Skip to content

Bump docker/build-push-action from 6.9.0 to 6.10.0 #80

Bump docker/build-push-action from 6.9.0 to 6.10.0

Bump docker/build-push-action from 6.9.0 to 6.10.0 #80

name: Remove automerge label
on:
pull_request_target:
types: [closed]
permissions:
contents: read
jobs:
remove-automerge-label:
runs-on: ubuntu-latest
timeout-minutes: 30
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'automerge')
permissions:
contents: none
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.BOT_TOKEN }}
labels: automerge