Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
/githubPublic archive

Wraps actions-toolkit into an Action for common GitHub automations.

License

NotificationsYou must be signed in to change notification settings

actions/github

🚨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:

Applying a "triage" label on any new issue:

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

Commenting on an issue

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"

Assigning any newly created issues

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

Contributing

Check outthis doc.

License

This action is released under theMIT license.Container images built with this project include third party materials. SeeTHIRD_PARTY_NOTICE.md for details.

Current Status

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

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp