Skip to content

Commit c840bbf

Browse files
Add comment the PR workflow (#264)
* new comment * name
1 parent 213cc0e commit c840bbf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/update_parent.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ jobs:
4242
issue-number: ${{ steps.cpr.outputs.pull-request-number }}"
4343
body: |
4444
/ptal #workflow-engines-prs
45+
- name: pull request / merge
46+
uses: peter-evans/create-or-update-comment@v1
47+
with:
48+
token: ${{ secrets.PARENT_REPO_TOKEN }}
49+
repository: ${{ secrets.PARENT_REPOSITORY }}
50+
issue-number: ${{ steps.cpr.outputs.pull-request-number }}"
51+
body: |
52+
/merge-skip-owners

0 commit comments

Comments
 (0)