Skip to content

Commit 7d8f976

Browse files
authored
Fix release GH Action indentation
Fixes #401
1 parent 8759292 commit 7d8f976

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: "Pull Request Labeler"
22

3-
on:
4-
- pull_request_target
3+
on:
4+
- pull_request_target
55

6-
jobs:
7-
triage:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/labeler@main
11-
with:
12-
repo-token: ${{ secrets.GITHUB_TOKEN }}
13-
sync-labels: true
6+
jobs:
7+
triage:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/labeler@main
11+
with:
12+
repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
sync-labels: true

0 commit comments

Comments
 (0)