Skip to content

Feature/lint staged #444

Feature/lint staged

Feature/lint staged #444

Workflow file for this run

name: Auto Label
on:
pull_request:
branches:
- master
jobs:
auto_label:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: auto label
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}