Skip to content

Commit 7f83fd4

Browse files
committed
Added a PR verification workflow
1 parent 4192943 commit 7f83fd4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pr-policy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: PR Policy
2+
3+
permissions:
4+
contents: read
5+
pull-requests: read
6+
statuses: write
7+
8+
on:
9+
pull_request:
10+
types: [opened, edited, synchronize, reopened]
11+
12+
jobs:
13+
require-linear:
14+
uses: odigos-io/ci-core/.github/workflows/require-linear.yml@v1
15+
secrets: inherit

0 commit comments

Comments
 (0)