build(peer-deps): update dependency eslint-plugin-jest to v28 #164
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: Merge Release Pull Request | |
on: | |
pull_request: | |
types: [edited, opened, synchronize] | |
jobs: | |
merge: | |
name: Merge Release Pull Request | |
if: ${{ startsWith(github.head_ref, 'ci-release-v') }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Merge pull request | |
uses: pascalgn/[email protected] | |
# https://github.com/pascalgn/automerge-action#configuration | |
env: | |
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | |
MERGE_LABELS: '' | |
MERGE_METHOD: squash |