deps(actions): bump octokit/graphql-action
Bumps [octokit/graphql-action](https://github.com/octokit/graphql-action) from 51bf543c240dcd14761320e2efc625dc32ec0d32 to 008dd00ab2a2624eb2bf986700011b011f87fad4. - [Release notes](https://github.com/octokit/graphql-action/releases) - [Commits](https://github.com/octokit/graphql-action/compare/51bf543c240dcd14761320e2efc625dc32ec0d32...008dd00ab2a2624eb2bf986700011b011f87fad4) --- updated-dependencies: - dependency-name: octokit/graphql-action dependency-version: '008dd00ab2a2624eb2bf986700011b011f87fad4' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Get node ID for item
|
||||
if: steps.check_user.outputs.user_allowed == 'true'
|
||||
id: get_node_id
|
||||
uses: octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32
|
||||
uses: octokit/graphql-action@008dd00ab2a2624eb2bf986700011b011f87fad4
|
||||
with:
|
||||
query: |
|
||||
query getNodeId($owner: String!, $repo: String!, $number: Int!) {
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
# Finally, add the issue to the project board
|
||||
- name: Add to project board
|
||||
if: steps.check_user.outputs.user_allowed == 'true'
|
||||
uses: octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32
|
||||
uses: octokit/graphql-action@008dd00ab2a2624eb2bf986700011b011f87fad4
|
||||
with:
|
||||
query: |
|
||||
mutation addItem($projectid: ID!, $itemid: ID!) {
|
||||
|
||||
Reference in New Issue
Block a user