Skip to content

task(chat): Update what should be skipped in state.json #1099

task(chat): Update what should be skipped in state.json

task(chat): Update what should be skipped in state.json #1099

Workflow file for this run

name: Add Label
on:
pull_request:
types:
- opened
jobs:
add-label:
name: Add Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: delivery-much/actions-assigner@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: christianvuerings/[email protected]
with:
labels: |
Missing dev review
Don't merge yet
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}