Skip to content

GitHub: Run Label Checker action after automatic branch updates. (#7345) #6

GitHub: Run Label Checker action after automatic branch updates. (#7345)

GitHub: Run Label Checker action after automatic branch updates. (#7345) #6

name: "Keep PRs Updated from Main"
on:
push:
branches:
- main
jobs:
autoupdate:
name: Auto Update PR
runs-on: ubuntu-22.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'