We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7558829 commit 28bb0cfCopy full SHA for 28bb0cf
.github/workflows/pr-agent.yaml
@@ -7,11 +7,11 @@ on:
7
8
jobs:
9
prevent-no-label-execution-pr-agent:
10
- - uses: mheap/github-action-required-labels@v5
11
- with:
12
- mode: exactly
13
- count: 1
14
- labels: "tag:pr-agent"
+ uses: mheap/github-action-required-labels@v5
+ with:
+ mode: exactly
+ count: 1
+ labels: "tag:pr-agent"
15
pr_agent_job:
16
needs: prevent-no-label-execution-pr-agent
17
if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.status == 'success' }}
0 commit comments