Skip to content

Commit 2ea1a52

Browse files
committed
🚦 Test more issues actions
1 parent c2fcbd8 commit 2ea1a52

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/test-issues.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
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: |
@@ -66,6 +67,17 @@ jobs:
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:

releases/create/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Create a release
22
description: |
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
66
inputs:
77
tag-name:

0 commit comments

Comments
 (0)