Skip to content

Commit

Permalink
fix: try to fix permissions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Jun 17, 2024
1 parent 42c686d commit 2e72f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-request-review.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Request review for CI files
on:
pull_request:
pull_request_target:
types: [opened, reopened]
paths:
- '.github/actions/**/*.yaml'
- '.github/workflows/*.yaml'

permissions:
contents: write
pull-requests: write

jobs:
Expand Down

0 comments on commit 2e72f64

Please sign in to comment.