We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d66a7a commit dcf85a7Copy full SHA for dcf85a7
.github/workflows/validatepr.yaml
@@ -1,6 +1,9 @@
1
# Workflow name
2
name: Validate PRs
3
-
+permissions:
4
+ contents: read
5
+ pull-requests: write
6
+
7
on:
8
# Event for the workflow to run on
9
push:
0 commit comments