Skip to content

chore(deps): bump actions/checkout from 4.2.0 to 4.2.2 #1712

chore(deps): bump actions/checkout from 4.2.0 to 4.2.2

chore(deps): bump actions/checkout from 4.2.0 to 4.2.2 #1712

Workflow file for this run

# @todo: sync with other repositories
---
name: auto-approve
on:
pull_request_target
env:
ACTOR: ivankatliarchuk
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: >
github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == ${{ env.ACTOR }}
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: add-label-on-approve
uses: actions/[email protected]
if: success()
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.addLabels({
issue_number: context.payload.pull_request.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['automerge','✅ Approved']
})