Skip to content

Updated to not run linting on automated pull requests properly #477

Updated to not run linting on automated pull requests properly

Updated to not run linting on automated pull requests properly #477

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 }}