2023/07/04 時点の英語版に同期 #19026
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PR Needs Rebase" | |
on: | |
push: | |
pull_request_target: | |
types: [synchronize] | |
jobs: | |
label-rebase-needed: | |
# do not run on PRs in forks | |
if: github.repository == 'mdn/translated-content' | |
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main | |
with: | |
target-repo: "mdn/translated-content" | |
secrets: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |