Skip to content

Commit fa09ec0

Browse files
authored
Merge pull request #353 from NathanReb/changelog-checks
Use packaged version of the changelog check
2 parents cc8bf4f + 271025c commit fa09ec0

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

.github/workflows/changelog.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Changelog check
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
types: [ opened, synchronize, reopened, labeled, unlabeled ]
7+
8+
jobs:
9+
Changelog-Entry-Check:
10+
name: Check Changelog Action
11+
runs-on: ubuntu-20.04
12+
steps:
13+
- uses: tarides/changelog-check-action@v1

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/pr-number.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PR number update
2+
3+
on: [pull_request_target]
4+
5+
jobs:
6+
PR-Number-Update:
7+
name: Update PR number
8+
runs-on: ubuntu-20.04
9+
steps:
10+
- uses: tarides/[email protected]

0 commit comments

Comments
 (0)