diff options
author | William Miller <william-millennium@hotmail.com> | 2024-09-10 16:31:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 16:31:12 -0300 |
commit | 228aefe63642ba8b43b1a137031ea606ccec2501 (patch) | |
tree | dd762c11c79559eeda63eed706e494c4d0820ab5 /.github/workflows/auto-label-pr.yml | |
parent | a1502e9ad3ed44b2a0a8ab5f17d4d2bf5238d9cf (diff) | |
parent | 3dfd2091b4e72aad14b5d9cfd2332e7ec643c7fd (diff) | |
download | NorthstarMods-228aefe63642ba8b43b1a137031ea606ccec2501.tar.gz NorthstarMods-228aefe63642ba8b43b1a137031ea606ccec2501.zip |
Merge branch 'main' into gamemode_fdgamemode_fd
Diffstat (limited to '.github/workflows/auto-label-pr.yml')
-rw-r--r-- | .github/workflows/auto-label-pr.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/auto-label-pr.yml b/.github/workflows/auto-label-pr.yml new file mode 100644 index 00000000..659ff351 --- /dev/null +++ b/.github/workflows/auto-label-pr.yml @@ -0,0 +1,14 @@ +name: Auto-Labeler +on: + pull_request_target: + types: + - opened + +jobs: + labeler: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 |