terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

[BUG]: When putting in a PR the immediate response GHA job fails

Open scott-doyland-burrows opened this issue 2 years ago • 3 comments

Expected Behavior

Job should work

Actual Behavior

Job fails

Terraform Version

N/A

Affected Resource(s)

Looks like this fails:

https://github.com/integrations/terraform-provider-github/blob/main/.github/workflows/immediate-response.yml

See this output from GHA:

https://github.com/integrations/terraform-provider-github/actions/runs/6756184050/job/18365370590

The error Resource not accessible by integration can mean it is a GITHUB_TOKEN permissions error - although the yaml looks correct and hasn't been updated recently.

Terraform Configuration Files

N/A

Steps to Reproduce

Put in a PR

Debug Output

N/A

Panic Output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

scott-doyland-burrows avatar Nov 04 '23 17:11 scott-doyland-burrows

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

github-actions[bot] avatar Nov 04 '23 17:11 github-actions[bot]

image

Looking at this workflow link, it looks like this workflow is not in use anymore. I searched the issues section a bit, but couldn't find the issue that led to this workflow being manually disabled.

I think a maintainer will need to confirm that the workflow is intentionally disabled, and if so, this issue can be closed. / cc @kfcampbell for any insights.

arunsathiya avatar Jan 26 '24 04:01 arunsathiya

I don't know why it was disabled; I would say that without additional context I would prefer if it was working correctly and enabled rather than disabled.

kfcampbell avatar Feb 02 '24 21:02 kfcampbell