Skip to content

Commit 36eaf8c

Browse files
authored
1 parent 72e4de5 commit 36eaf8c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/ci-changie.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Continuous integration handling for changie
2+
name: ci-changie
3+
4+
on:
5+
pull_request:
6+
paths:
7+
- .changes/unreleased/*.yaml
8+
- .changie.yaml
9+
- .github/workflows/ci-changie.yml
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
check:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19+
- uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
20+
with:
21+
version: latest
22+
args: batch patch --dry-run
23+

0 commit comments

Comments
 (0)