Skip to content

Commit 931fd29

Browse files
committed
Reverted changes
1 parent 1eb52f1 commit 931fd29

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/check-broken-pr-links.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
name: Check Links in Pull Requests
22

33
on:
4-
pull_request_target: # changed from pull_request
4+
pull_request: # changed from pull_request
55
branches:
66
- main
77
paths:
88
- '**/*.md'
99

10-
permissions:
11-
contents: read # allows reading the repo
12-
pull-requests: write # allows posting PR comments
13-
14-
1510
jobs:
1611
check-links:
1712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)