Skip to content

Commit 28bb0cf

Browse files
author
M. Fatih Cırıt
committed
fix indent
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 7558829 commit 28bb0cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-agent.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
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"
10+
uses: mheap/github-action-required-labels@v5
11+
with:
12+
mode: exactly
13+
count: 1
14+
labels: "tag:pr-agent"
1515
pr_agent_job:
1616
needs: prevent-no-label-execution-pr-agent
1717
if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.status == 'success' }}

0 commit comments

Comments
 (0)