Skip to content

Commit

Permalink
ci(workflows): add PR Needs Rebase workflow (#21916)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Nov 7, 2022
1 parent 30f4183 commit de33017
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-rebase-needed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "PR Needs Rebase"

on:
push:
pull_request_target:
types: [synchronize]

jobs:
label-rebase-needed:
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
with:
target-repo: "mdn/content"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de33017

Please sign in to comment.