Skip to content

Commit

Permalink
set states
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Nov 14, 2024
1 parent 98b7edf commit 13ee97d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
core.setOutput("prs", validate);
trigger_validation:
name: PR-${{ matrix.pr.number }}
needs: check_prs
if: ${{ fromJSON(needs.check_prs.outputs.prs)[0] }}
runs-on: ubuntu-latest
Expand All @@ -94,7 +95,7 @@ jobs:
state: 'pending',
context: 'PR Validation / Auto',
description: 'Validation is in progress...',
target_url: context.payload.repository.html_url + '/actions/runs/' + context.runId + '/job/' + context.job,
target_url: context.payload.repository.html_url + '/actions/runs/' + context.runId + '#job-name-PR-${{ matrix.pr.number }}',
});
- name: Prepare Validation
Expand Down

0 comments on commit 13ee97d

Please sign in to comment.