This repository was archived by the owner on Apr 13, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork38
Wraps actions-toolkit into an Action for common GitHub automations.
License
NotificationsYou must be signed in to change notification settings
actions/github
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
🚨This action is deprecated! Please useactions/github-script, instead.
This action conveniently wrapsactions-toolkit, making it simple to do things like label, assign, and comment on issues on GitHub.
Here are a few use cases for this action:
name:Triageon:issues:types:[opened]jobs:applyTriageLabel:name:Apply Triage Labelruns-on:ubuntu-lateststeps: -uses:actions/checkout@v2 -name:Apply Triage Labeluses:actions/github@v1.0.0env:GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}with:args:label triage
name:Triageon:issues:types:[opened]jobs:commentOnNewIssues:name:Comment On New Issuesruns-on:ubuntu-lateststeps: -uses:actions/checkout@v2 -name:Comment On New Issuesuses:actions/github@v1.0.0env:GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}with:args:comment "Hello World"
name:Triageon:issues:types:[opened]jobs:assignMonaLisa:name:Assign MonaLisaruns-on:ubuntu-lateststeps: -uses:actions/checkout@v2 -name:Assign MonaLisauses:actions/github@v1.0.0env:GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}with:args:assign @monalisaoctocat
Check outthis doc.
This action is released under theMIT license.Container images built with this project include third party materials. SeeTHIRD_PARTY_NOTICE.md for details.
This action is in active development.
About
Wraps actions-toolkit into an Action for common GitHub automations.
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Contributors4
Uh oh!
There was an error while loading.Please reload this page.