summaryrefslogtreecommitdiff
path: root/.github/workflows/label.yaml
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-06-09 11:49:01 +0800
committerGitHub <noreply@github.com>2026-06-09 11:49:01 +0800
commit6982c898c54bd0d5fee3a2e3b848280fae600274 (patch)
tree6dda36fd6748cfcedcd095a52b8b33910927b88c /.github/workflows/label.yaml
parentb5c4fec2c0065311508aa1a268a8a4e510674dc5 (diff)
parent0eda8b9851543e6d54e94ef151a98ff8515adbe8 (diff)
Merge pull request #27 from HadetTheUndying/ghaHEADmain
Add Windows x64 & macOS actions
Diffstat (limited to '.github/workflows/label.yaml')
-rw-r--r--.github/workflows/label.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/label.yaml b/.github/workflows/label.yaml
deleted file mode 100644
index 218327ef47..0000000000
--- a/.github/workflows/label.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Pull Request Labeler
-on:
- - pull_request_target
-
-jobs:
- triage:
- permissions:
- contents: read
- pull-requests: write
- runs-on: ubuntu-latest
- steps:
- - uses: actions/labeler@v6
- with:
- configuration-path: .github/labeler.yaml
- repo-token: "${{ secrets.GITHUB_TOKEN }}"