Skip to content

ci: reenable test 70 (only on openSUSE) #14

ci: reenable test 70 (only on openSUSE)

ci: reenable test 70 (only on openSUSE) #14

Workflow file for this run

---
name: "Labeler"
# runs on pull_request_target instead of pull_request
# see https://github.com/actions/labeler?tab=readme-ov-file#permissions
on: # yamllint disable-line rule:truthy
pull_request_target:
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"