Skip to content

Commit 4d124c7

Browse files
Update to correctly call it
1 parent f375625 commit 4d124c7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/pr-quality.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# .github/workflows/pr-quality-check.yml
1+
# .github/workflows/pr-quality-check.yml (caller)
22
name: PR checklist
33

4-
# Add a constant anchor we can always find
5-
env:
6-
PR_QUALITY_ANCHOR: "<!-- pr-quality-anchor -->"
7-
84
on:
95
pull_request:
106
types: [opened, edited, synchronize, labeled, unlabeled, reopened]
7+
8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
issues: write
12+
1113
jobs:
1214
pr-checklist:
13-
uses: GetStream/android-ci-actions/.github/workflows/pr-quality.yml@main
15+
uses: GetStream/android-ci-actions/.github/workflows/pr-quality.yml@v1
16+
secrets: inherit

0 commit comments

Comments
 (0)