ci: make loom tests optional (#4112)

This commit is contained in:
Alice Ryhl
2021-09-20 21:52:35 +02:00
committed by GitHub
parent 279e8b001a
commit 8e54145c8b
4 changed files with 68 additions and 16 deletions
+13
View File
@@ -0,0 +1,13 @@
name: "Pull Request Labeler"
on:
- pull_request_target
# See .github/labeler.yml file
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"