File: labeler.yml

package info (click to toggle)
golang-github-smallstep-nosql 0.3.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 41
file content (11 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
name: Pull Request Labeler
on:
  pull_request_target

jobs:
  label:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v3.0.2
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"