File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2828 This is a test Github Issue initiated by [this workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
2929 Please ignore this
3030 labels : |
31+ integration-test-started
3132 integration-test
3233 ignore
3334 assignees : |
6667 uses : ./issues/close
6768 with :
6869 issue-number : ${{ steps.create-issue.outputs.issue-number }}
70+ - name : Remove assignees
71+ uses : ./issues/remove-assignees
72+ with :
73+ issue-number : ${{ steps.create-issue.outputs.issue-number }}
74+ assignees : bitwizeshift
75+ - name : Remove labels
76+ uses : ./issues/remove-labels
77+ with :
78+ issue-number : ${{ steps.create-issue.outputs.issue-number }}
79+ labels : |
80+ integration-test-started
6981 - name : Add labels
7082 uses : ./issues/add-labels
7183 with :
Original file line number Diff line number Diff line change 11name : Create a release
22description : |
33 A composite action that creates a comment on Github.
4- Requires the `issues : write` permission to work.
4+ Requires the `contents : write` permission to work.
55
66inputs :
77 tag-name :
You can’t perform that action at this time.
0 commit comments