Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev: Check Conflicts Remove label does not work #7992

Open
kenjis opened this issue Sep 29, 2023 · 6 comments
Open

Dev: Check Conflicts Remove label does not work #7992

kenjis opened this issue Sep 29, 2023 · 6 comments
Labels

Comments

@kenjis
Copy link
Member

kenjis commented Sep 29, 2023

When I resolved conflicts and pushed to the PR branch, "Auto Label "stale" / Check Conflicts" failed.

See #7955

Run # MERGEABLE with 'stale' label
  
  # MERGEABLE with 'stale' label
  if [ "$(echo $PR_DETAIL | jq -r '.mergeable')" == "MERGEABLE" ] && \
     [ "$(echo $PR_DETAIL | jq -r '.labels[] | select(.name == "stale")')" != "" ]; then
     # remove 'stale' label
     gh pr edit $PR_URL --remove-label "stale"
  fi
  shell: /usr/bin/bash -e {0}
  env:
    PR_DETAIL: {"labels":[{"id":"MDU6TGFiZWwyNTMxNTUyNzA=","name":"bug","description":"Verified issues on the current code behavior or pull requests that will fix them","color":"fc2929"},{"id":"MDU6TGFiZWwxMDY5MjIwODIw","name":"stale","description":"Pull requests with conflicts","color":"ed769c"},{"id":"MDU6TGFiZWwyNDQzNTU0NDM1","name":"breaking change","description":"Pull requests that may break existing functionalities","color":"ff0000"},{"id":"LA_kwDOAniwTs8AAAABXsQnNQ","name":"4.5","description":"","color":"0e8a16"}],"mergeable":"MERGEABLE","url":"https://github.com/codeigniter4/CodeIgniter4/pull/7955"}
    GITHUB_TOKEN: ***
    PR_URL: https://github.com/codeigniter4/CodeIgniter4/pull/7955
GraphQL: Resource not accessible by integration (removeLabelsFromLabelable)
Error: Process completed with exit code 1.

https://github.com/codeigniter4/CodeIgniter4/actions/runs/6347432291/job/17242438331?pr=7955

Ref #7959

@kenjis
Copy link
Member Author

kenjis commented Sep 29, 2023

#7981 also failed.

GraphQL: Resource not accessible by integration (removeLabelsFromLabelable)

@ddevsr
Copy link
Collaborator

ddevsr commented Sep 29, 2023

Many action running using permission read, I think this section of permission job.

https://github.com/PHPDevsr/check-conflict-action/actions
https://github.com/PHPDevsr/playground/actions

You can see 2 action running well with write permission

@ddevsr
Copy link
Collaborator

ddevsr commented Sep 29, 2023

@ddevsr
Copy link
Collaborator

ddevsr commented Sep 29, 2023

https://github.com/orgs/community/discussions/68739

I already opened discussion in github community

@kenjis
Copy link
Member Author

kenjis commented Oct 1, 2023

@kenjis
Copy link
Member Author

kenjis commented Oct 3, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants