Skip to content

Commit

Permalink
Create workflow to label PRs needing rebase (#15931)
Browse files Browse the repository at this point in the history
* Create workflow to label PRs needing rebase

* Remove comments

* Use workflow in mdn/workflows repo

* Pass in required secrets
  • Loading branch information
queengooborg authored May 3, 2022
1 parent 7442207 commit 3150ede
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-rebase-needed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "PR Needs Rebase"
on:
push:
pull_request_target:
types: [synchronize]

jobs:
idle:
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3150ede

Please sign in to comment.