Skip to content

MINOR: gh action workflow for go tests #2

MINOR: gh action workflow for go tests

MINOR: gh action workflow for go tests #2

Workflow file for this run

name: Labeler
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-labels:
# Job to assign PR labels
name: pr-labels
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Assign labels
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labels.yml
sync-labels: true