We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42201d5 commit 30ef846Copy full SHA for 30ef846
.github/workflows/pr-agent.yaml
@@ -14,7 +14,7 @@ jobs:
14
labels: "tag:pr-agent"
15
pr_agent_job:
16
needs: prevent-no-label-execution-pr-agent
17
- if: ${{ needs.label.outputs.status == 'success' }}
+ if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.status == 'success' }}
18
runs-on: ubuntu-latest
19
permissions:
20
issues: write
0 commit comments