🐛 Filter absent problems and add a test on ignoring absent and un… #252
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: Sync branches main with latest | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
sync-branch: | |
name: Update latest branch | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- uses: actions/checkout@master | |
- uses: connor-baer/action-sync-branch@main | |
with: | |
branch: latest | |
token: ${{ secrets.GITHUB_TOKEN }} | |
force: false |