Skip to content

Commit b8b59d2

Browse files
authored
ci(general): add project fields validation (#462)
1 parent 752235f commit b8b59d2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Validate Project Fields
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
- reopened
10+
11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
id-token: write
15+
repository-projects: write
16+
17+
jobs:
18+
validate-project-fields:
19+
uses: input-output-hk/catalyst-ci/.github/workflows/validate-project-fields.yml@master
20+
secrets: inherit

0 commit comments

Comments
 (0)