From 7ee35280d0351295b8e67046ae0e64a5a9f76618 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Mon, 6 Jan 2025 17:48:56 +0100 Subject: [PATCH] Give names to steps. --- .github/workflows/governance_pull_request_template.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/governance_pull_request_template.yml b/.github/workflows/governance_pull_request_template.yml index debdee902a5..8a7c4f5474f 100644 --- a/.github/workflows/governance_pull_request_template.yml +++ b/.github/workflows/governance_pull_request_template.yml @@ -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 }} @@ -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: