|
17 | 17 | closed, |
18 | 18 | ] |
19 | 19 | pull_request_review: |
20 | | - types: [submitted, dismissed] |
| 20 | + types: [ submitted, dismissed ] |
21 | 21 |
|
22 | 22 | concurrency: |
23 | | - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event_name }}-${{ github.event.action || 'default' }} |
| 23 | + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref |
| 24 | + }}-${{ github.event_name }}-${{ github.event.action || 'default' }} |
24 | 25 | cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
25 | 26 |
|
26 | 27 | jobs: |
@@ -89,12 +90,12 @@ jobs: |
89 | 90 | slack_channel_id: ${{ env.SLACK_CHANNEL_ID }} |
90 | 91 |
|
91 | 92 | # Setup dependencies for QA (skip for draft PRs) |
92 | | - - name: Setup dependencies |
93 | | - uses: settlemint/shared-actions/.github/actions/setup-dependencies@e6f1bf8860111910c2ec9538e9edc137f39e8ef1 # main |
94 | | - with: |
95 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
96 | | - npm_token: ${{ env.NPM_TOKEN }} |
97 | | - disable_node: "true" |
| 93 | + # - name: Setup dependencies |
| 94 | + # uses: settlemint/shared-actions/.github/actions/setup-dependencies@e6f1bf8860111910c2ec9538e9edc137f39e8ef1 # main |
| 95 | + # with: |
| 96 | + # github_token: ${{ secrets.GITHUB_TOKEN }} |
| 97 | + # npm_token: ${{ env.NPM_TOKEN }} |
| 98 | + # disable_node: "true" |
98 | 99 |
|
99 | 100 | - name: Login to GitHub Container Registry |
100 | 101 | if: | |
@@ -213,9 +214,8 @@ jobs: |
213 | 214 | uses: settlemint/shared-actions/.github/actions/build-status-labeler@e6f1bf8860111910c2ec9538e9edc137f39e8ef1 # main |
214 | 215 | with: |
215 | 216 | pr_number: ${{ github.event.pull_request.number }} |
216 | | - workflow_status: |
217 | | - ${{ steps.secret-scan.outcome == 'success' && 'success' || 'failure' |
218 | | - }} |
| 217 | + workflow_status: ${{ steps.secret-scan.outcome == 'success' && 'success' || |
| 218 | + 'failure' }} |
219 | 219 |
|
220 | 220 | # Check PR review status (PR and PR review events only) |
221 | 221 | - name: Check PR review status |
|
0 commit comments