Skip to content

Commit

Permalink
add workflow to ensure that PR are backported when merge is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jan 10, 2025
1 parent af56b7f commit dc38d38
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ensure_backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Backporting

on:
pull_request:
types:
- labeled
- unlabeled
branches:
- main

jobs:
ensure:
permissions:
pull-requests: write
uses: ansible-network/github_actions/.github/workflows/ensure_backporting.yml@main

0 comments on commit dc38d38

Please sign in to comment.