Skip to content

Commit

Permalink
fix(workflow): rename workflows (#14117) (#14219)
Browse files Browse the repository at this point in the history
KAG-6136

(cherry picked from commit 24b6212)

Co-authored-by: Andy Zhang <[email protected]>
  • Loading branch information
team-gateway-bot and AndyZhang0707 authored Jan 24, 2025
1 parent d8dcd71 commit e38c06b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Backport
name: Backport v2
on:
pull_request_target:
pull_request:
types: [closed, labeled] # runs when the pull request is closed/merged or labeled (to trigger a backport in hindsight)
permissions:
contents: write # so it can comment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Cherry Pick to remote repository
name: Cherry Pick to remote repository v2
on:
pull_request_target:
pull_request:
types: [closed, labeled]
issue_comment:
types: [created]
Expand All @@ -17,7 +17,7 @@ jobs:
if: >
github.ref == 'refs/heads/master' &&
(
github.event_name == 'pull_request_target' &&
github.event_name == 'pull_request' &&
github.event.pull_request.merged
) || (
github.event_name == 'issue_comment' &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Pull Request Labeler"
name: "Pull Request Labeler v2"
on:
- pull_request_target
- pull_request

jobs:
labeler:
Expand Down

0 comments on commit e38c06b

Please sign in to comment.