Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itstrueitstrueitsrealitsreal authored Jul 27, 2024
1 parent 42893ce commit 7c0c9ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pull Request Checker
on:
pull_request:
pull_request_target:
types:
- opened
- reopened
Expand All @@ -10,8 +10,10 @@ on:
jobs:
check-pr:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
const pr = await github.rest.pulls.get({
Expand Down

0 comments on commit 7c0c9ef

Please sign in to comment.