We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d674a commit 12469b8Copy full SHA for 12469b8
1 file changed
.github/workflows/internal_vs_external.yml
@@ -180,3 +180,8 @@ jobs:
180
GH_TOKEN: ${{ steps.app-token.outputs.token }}
181
REPO: ${{ github.event.repository.name }}
182
PR_ID: ${{ github.event.number }}
183
+
184
+ check-repo-policies:
185
+ uses: dfinity/public-workflows/.github/workflows/repo_policies.yml@main
186
+ secrets: inherit
187
0 commit comments