Apply label to PR on missing dependencies automatically (#1094)

This commit is contained in:
Alejandro R Mosteo
2024-06-19 11:10:50 +02:00
committed by GitHub
parent 419866d4f3
commit a56b3a9644
5 changed files with 27 additions and 2 deletions
+6
View File
@@ -18,6 +18,8 @@ jobs:
build:
name: ${{ matrix.os }}
env:
JOB_NAME: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
@@ -67,3 +69,7 @@ jobs:
- name: Test crate
run: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh
shell: bash
env:
GITHUB_EVENT_PATH: ${{ github.event_path }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to apply labels/comment