Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed Mar 31, 2024
1 parent e8d38db commit bc57e45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/copy-label-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Copy Labels to PR
on:
pull_request:
types: [opened]
permissions:
contents: read
issues: read
pull-requests: write

jobs:
copy-labels:
permissions:
contents: read
issues: read
pull-requests: write
runs-on: ubuntu-latest
name: Copy labels from linked issues
steps:
Expand Down

0 comments on commit bc57e45

Please sign in to comment.