From d9ebd5dd5955309a01a07e92b6a1060c2c114bdf Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Mon, 8 Jul 2024 11:58:33 +0200 Subject: [PATCH] Diff helper via labels Can only work on PRs inside the org so... useless --- .github/workflows/diff-release.yml | 6 +++++- index/li/libhello/libhello-1.0.1.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diff-release.yml b/.github/workflows/diff-release.yml index b0d6a7a91..d2ec3d3e3 100644 --- a/.github/workflows/diff-release.yml +++ b/.github/workflows/diff-release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check out alire-index - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # Needed to be able to diff and obtain changed files. Furthermore, we @@ -54,3 +54,7 @@ jobs: - name: <> run: ${{env.CHECKS_REPO}}/scripts/diff-release.sh || true # No deal breaker if failed shell: bash + env: + GITHUB_EVENT_PATH: ${{ github.event_path }} + GITHUB_REPOSITORY: ${{ github.repository }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to apply labels/comment diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index 97985fa90..c715e5d22 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git" # We use this crate as a trigger to conveniently test minor changes to # metaprocesses of the CI of the repository itself. -# Last touch: 2024-05-23 17:40 CET \ No newline at end of file +# Last touch: 2024-07-08 11:58 CET \ No newline at end of file