🚀 Goals of the first phase
-
/retestin PR -
/[un] assignin Issue -
/syncin Issue -
/[un] areain Issue -
/[un] kindin Issue
📝 Goals of the second phase
-
/lgtmin PR -
/[un] ccin PR
You can use it in GitHub workflow:
name: Issue and PullRequest Command
on:
issue_comment:
types:
- created
jobs:
actbot:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
contents: read
issues: write
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ./
name: Actbot Action
with:
token: ${{ secrets.GITHUB_TOKEN }}
dingTalkToken: ${{ secrets.DINGTALK_TOKEN }}