Skip to content

Commit

Permalink
Give names to steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wong-dfinity-org committed Jan 6, 2025
1 parent 2098dcf commit 7ee3528
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/governance_pull_request_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
mainJob:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- name: Is the Author in nns-team?
uses: actions/github-script@v6
id: isAuthorInNnsTeam
with:
github-token: ${{ secrets.CLA_BOT_PRIVATE_KEY }}
Expand All @@ -32,7 +33,8 @@ jobs:
console.log("Is actor in nns-team? " + isInNNsTeam);
return isInNnsTeam
- uses: actions/github-script@v6
- name: Remind the Author to Update unreleased_changes.md.
uses: actions/github-script@v6
if: steps.isAuthorInNnsTeam == 'true'
id: remindAuthorToUpdateUnreleasedChangelog
with:
Expand Down

0 comments on commit 7ee3528

Please sign in to comment.