Skip to content

chore(deps): bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 #134

chore(deps): bump dominikh/staticcheck-action from 1.3.0 to 1.3.1

chore(deps): bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 #134

Workflow file for this run

name: Label pull requests
on:
pull_request:
workflow_dispatch:
# limit permissions
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"