🕋 Adds actions for managing PRs, issues and comments

This commit is contained in:
Alicia Sykes
2021-09-08 20:10:54 +01:00
parent f14d1ce978
commit bb25389a71
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# After a PR is merged, the linked issue will be updated with a comment, based on commit message
name: Update Issue After PR
on: push
jobs:
checkCommit:
name: Comment From Commit
runs-on: ubuntu-latest
steps:
- uses: adamzolyak/commit-issue-commenter-action@master
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}