Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Oct 17, 2024
1 parent 9806036 commit c4e3360
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/t1.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Create Pre-Release PR from Milestone

permissions:
contents: write
pull-requests: write
workflows: write

on:
workflow_dispatch:
inputs:
Expand All @@ -19,10 +24,6 @@ env:
TARGET_BRANCH: ${{ github.event.inputs.target_branch || 'pre-release-v3.8.2' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write
pull-requests: write

jobs:
cherry_pick_milestone_prs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4e3360

Please sign in to comment.