We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472da93 commit 3e15d8dCopy full SHA for 3e15d8d
.github/workflows/AsteriskPRChanged.yml
@@ -47,6 +47,7 @@ jobs:
47
48
Cleanup:
49
needs: [ PRChanged2 ]
50
+ if: ${{ always() }}
51
runs-on: ubuntu-latest
52
steps:
53
- id: setup
@@ -58,5 +59,5 @@ jobs:
58
59
tar -xf asterisk-ci-actions.tar.gz --transform="s/^${ACTIONS_REPO}-${ACTIONS_BRANCH}/asterisk-ci-actions/g"
60
ls -al
61
- gh --repo ${REPO} pr edit --add-label bug
62
+ gh --repo ${REPO} pr edit ${PR_NUMBER} --add-label bug
63
.github/workflows/AsteriskPRChanged2.yml
@@ -41,7 +41,7 @@ env:
41
ACTIONS_BRANCH: main
42
43
jobs:
44
- Cleanup:
+ Cleanup2:
45
46
.github/workflows/OnPRChanged.yml
@@ -46,4 +46,4 @@ jobs:
- name: CleanupStep
run: |
- gh --repo ${REPO} pr edit --add-label duplicate
+ gh --repo ${REPO} pr edit ${PR_NUMBER} --add-label duplicate
0 commit comments