Skip to content

Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre #96

Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre

Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre #96

name: Auto approve sync files
on:
pull_request:
jobs:
auto-approve-synced-files:
name: Auto approve synced files
if: contains(github.event.pull_request.title, 'Synced file(s)') && github.actor == 'couchoud-t' && github.event.pull_request.base.ref == github.event.repository.default_branch
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Pull Request approval
uses: hmarr/[email protected]
with:
github-token: "${{ secrets.SYNC_TOKEN }}"
- name: Pull Request merge
uses: KeisukeYamashita/[email protected]
with:
token: "${{ secrets.SYNC_TOKEN }}"
strategy: squash
intervalSeconds: 60
timeoutSeconds: 3600