1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-31 07:51:21 +03:00
systemd/.github/workflows/labeler.yml

24 lines
499 B
YAML
Raw Normal View History

---
# vi: ts=2 sw=2 et:
# SPDX-License-Identifier: LGPL-2.1-or-later
#
2020-12-12 09:30:26 +03:00
name: "Pull Request Labeler"
2020-12-12 09:30:26 +03:00
on:
- pull_request_target
permissions:
contents: read
2020-12-12 09:30:26 +03:00
jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
2020-12-12 09:30:26 +03:00
steps:
- uses: actions/labeler@69da01b8e0929f147b8943611bee75ee4175a49e
2020-12-12 09:30:26 +03:00
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
2021-02-19 08:28:20 +03:00
sync-labels: "" # This is a workaround for issue 18671