Skip to content

Update attendees.txt #176

Update attendees.txt

Update attendees.txt #176

Workflow file for this run

name: Auto approve and merge
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Label when approved
uses: bdougie/label-when-approved-action@main
env:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADD_LABEL: "automerge"
- name: automerge
uses: bdougie/automerge-action@bot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}