Skip to content

build: use direnv to set up gotoolchain version #235

build: use direnv to set up gotoolchain version

build: use direnv to set up gotoolchain version #235

Workflow file for this run

name: github
on:
- pull_request_target
permissions:
contents: read
jobs:
pr-labeler:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
configuration-path: .github/pr_labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"