This repository is my GitHub Action Repository template
- use this template
- rename package at
package.json
- change labels use
.github/labels.yml
and MobileAct/GithubLabelSetUpper- change
bug
andquestion
labels before GithubLabelSetUpper, because it tool has bug case insensitive
- change
- add bot account token
MEILCLI_BOT
(fine-granted token, readonlyCommit status
, read-writeContents
andPullRequest
scope) - add branch protection rule
master
Require pull request reviews before merging
Dismiss stale pull request approvals when new commits are pushed
Require review from Code Owners
Require status checks to pass before merging
- change
build
to required
- change
- add branch protection rule
v*
- change setting to off
- Wikis
- Projects
- Allow rebase merging
- change setting to on
- Automatically delete head branches
- remove comment out
release.yml
schedule cron - add metrics
- create gist
- add secrets
- change repository
- update README
changelist:
- CodeOwner
- Dependabot
- secret name at
ci.yml
andmerge.yml
- license copyright
- add metrics
see Contributing.md
- actions/toolkit, published by MIT License