Skip to content

Commit

Permalink
Merge pull request #3820 from kumvijaya/current
Browse files Browse the repository at this point in the history
T6590: rebase label worflow added
  • Loading branch information
c-po authored Jul 18, 2024
2 parents 918be57 + 96b95a6 commit fae91a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-rebase-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add rebase label

on:
pull_request_target:
types: [synchronize, opened, reopened, labeled, unlabeled]

permissions:
pull-requests: write
contents: read

jobs:
add-rebase-label:
uses: vyos/.github/.github/workflows/add-rebase-label.yml@current
secrets: inherit

0 comments on commit fae91a8

Please sign in to comment.