mirror of
https://github.com/Cxbx-Reloaded/Cxbx-Reloaded.git
synced 2025-04-02 11:11:52 -04:00
13 lines
258 B
YAML
13 lines
258 B
YAML
name: Pull Request Manager
|
|
|
|
on: pull_request_target
|
|
|
|
jobs:
|
|
pr_manager:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Labeler
|
|
uses: actions/labeler@v4
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
sync-labels: true
|