mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-28 22:23:27 +03:00
11 lines
363 B
YAML
11 lines
363 B
YAML
# 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 }} |