Skip to content

Commit 8d563ef

Browse files
committed
Update indentation
1 parent 72cb0f4 commit 8d563ef

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
name: Conventional Commit
22

33
on:
4-
pull_request:
5-
types:
6-
- edited
7-
- opened
4+
pull_request:
5+
types:
6+
- edited
7+
- opened
88

99
jobs:
10-
conventional-commit:
11-
name: Conventional Commit
12-
runs-on: depot-ubuntu-latest
13-
steps:
14-
- name: Check PR Conventional Commit title
15-
uses: amannn/action-semantic-pull-request@v5
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
with:
19-
types: | # mirrors changelog-sections in the /release-please-config.json
20-
feat
21-
fix
22-
infra
23-
ci
24-
docs
25-
deps
26-
perf
27-
refactor
28-
test
29-
chore
10+
conventional-commit:
11+
name: Conventional Commit
12+
runs-on: depot-ubuntu-latest
13+
steps:
14+
- name: Check PR Conventional Commit title
15+
uses: amannn/action-semantic-pull-request@v5
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
with:
19+
types: | # mirrors changelog-sections in the /release-please-config.json
20+
feat
21+
fix
22+
infra
23+
ci
24+
docs
25+
deps
26+
perf
27+
refactor
28+
test
29+
chore
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Update release PR
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
push:
5+
branches:
6+
- main
77

88
permissions:
9-
contents: write
10-
pull-requests: write
9+
contents: write
10+
pull-requests: write
1111

1212
jobs:
13-
release-please:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: googleapis/release-please-action@v4
17-
with:
18-
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: googleapis/release-please-action@v4
17+
with:
18+
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)