From fb68f4862df728989b18c82f9af56d5b13851636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 21:41:09 +0000 Subject: [PATCH] Bump actions/github-script from 6.0.0 to 6.1.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/board-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/board-automation.yml b/.github/workflows/board-automation.yml index 8ffd997c6..960b2b0ca 100644 --- a/.github/workflows/board-automation.yml +++ b/.github/workflows/board-automation.yml @@ -37,7 +37,7 @@ jobs: column: In Progress repo-token: ${{ secrets.ORG_ACCESS_TOKEN }} - if: github.event.pull_request.user.login == 'dependabot[bot]' - uses: actions/github-script@v6.0.0 + uses: actions/github-script@v6.1.0 with: github-token: ${{ secrets.ORG_ACCESS_TOKEN }} script: |