Skip to content

⬆️ Bump eslint-plugin-github from 4.10.2 to 5.0.1 #151

⬆️ Bump eslint-plugin-github from 4.10.2 to 5.0.1

⬆️ Bump eslint-plugin-github from 4.10.2 to 5.0.1 #151

Workflow file for this run

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