Skip to content

Commit d87143c

Browse files
committed
Merge branch 'main' into fix/update-workflows
Signed-off-by: Kurt Garloff <kurt@garloff.de>
2 parents fb7ca9f + c82e9ba commit d87143c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pr-verify.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Verify Pull Request
1+
name: Verify Pull Request Title
22
on: # yamllint disable-line rule:truthy
33
pull_request_target:
44
types: [opened, edited, synchronize, reopened, ready_for_review]
5+
permissions: {}
56
# yamllint disable rule:line-length
7+
68
jobs:
79
pr-verify:
10+
permissions:
11+
contents: read
812
runs-on: ubuntu-latest
913
name: Verify Pull Request
1014
if: github.event_name != 'pull_request' || !github.event.pull_request.draft

0 commit comments

Comments
 (0)