Skip to content

Commit

Permalink
Merge pull request #232 from vishnoianil/fix-perms
Browse files Browse the repository at this point in the history
Fix permission for cherry-pick workflow
  • Loading branch information
vishnoianil authored Oct 2, 2024
2 parents c67044b + 577bfa6 commit defaa29
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Cherry pick PR into release-1.0 branch

on:
pull_request:
pull_request_target:
branches:
- main
types: ["closed"]

permissions:
contents: write
pull-requests: write

jobs:
cherry_pick_release_1_0:
Expand Down

0 comments on commit defaa29

Please sign in to comment.