Skip to content

Commit 3e15d8d

Browse files
committed
.github: fixup 4
1 parent 472da93 commit 3e15d8d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/AsteriskPRChanged.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
Cleanup:
4949
needs: [ PRChanged2 ]
50+
if: ${{ always() }}
5051
runs-on: ubuntu-latest
5152
steps:
5253
- id: setup
@@ -58,5 +59,5 @@ jobs:
5859
tar -xf asterisk-ci-actions.tar.gz --transform="s/^${ACTIONS_REPO}-${ACTIONS_BRANCH}/asterisk-ci-actions/g"
5960
ls -al
6061
61-
gh --repo ${REPO} pr edit --add-label bug
62+
gh --repo ${REPO} pr edit ${PR_NUMBER} --add-label bug
6263

.github/workflows/AsteriskPRChanged2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
ACTIONS_BRANCH: main
4242

4343
jobs:
44-
Cleanup:
44+
Cleanup2:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- id: setup

.github/workflows/OnPRChanged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: CleanupStep
4848
run: |
49-
gh --repo ${REPO} pr edit --add-label duplicate
49+
gh --repo ${REPO} pr edit ${PR_NUMBER} --add-label duplicate

0 commit comments

Comments
 (0)