This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Update licensing.md to remove Cloud trial link (#8944) #7564
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 }}' |