diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml new file mode 100644 index 00000000..d04245b2 --- /dev/null +++ b/.github/workflows/commenter.yml @@ -0,0 +1,22 @@ +name: Commenter + +on: + issues: + types: + - labeled + pull_request: + types: + - labeled + +jobs: + comment: + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v2 + with: + ref: v0.1.2 + + - name: Commenter + uses: ./ + with: + github_token: ${{ secrets.GITHUB_TOKEN }}