Skip to content

🤖 Auto label

🤖 Auto label #6947

Workflow file for this run

name: 🤖 Auto label
on: pull_request_review
jobs:
label-when-approved:
name: Label when approved
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup global variables
uses: ./.github/actions/variables
- name: Label when approved
if: env.IS_OWNER_MODE == 'true'
uses: pullreminders/label-when-approved-action@master
env:
APPROVALS: '2'
ADD_LABEL: 'ready to merge'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}