This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
components: add deprecation banner to all pages (#8921) #7555
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: Update all pull requests that have automerge enabled | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update-branch: | |
name: Update all pull requests that have automerge enabled | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
persist-credentials: false | |
- name: Update branches | |
uses: felixfbecker/action-autoupdate-branch@patch-1 | |
with: | |
repo-token: '${{ secrets.WRITE_ACCESS_GITHUB_TOKEN }}' |