Closed xdays closed 3 years ago
Here's my worflow yaml:
name: stats on: pull_request jobs: stats: runs-on: ubuntu-latest steps: - name: Run pull request stats uses: flowwer-dev/pull-request-stats@master with: token: ${{ secrets.GHB_PAT }} charts: true disable-links: true sort-by: 'COMMENTS'
Just get the error:
Error: Error fetching pull requests with id "MDExOlB1bGxSZXF1xxxxx". Error: GraphqlError: Could not resolve to a node with the global id of 'MDExOlB1bGxSZXF1xxxxx'
Thanks
Hi @xdays I think is something related with permissions. Which permission are grated for the GHB_PAT token?
GHB_PAT
I double check my token, I failed to save permission change. Thanks!
Here's my worflow yaml:
Just get the error:
Thanks