RMI-PACTA / pacta.executive.summary

Repo containing the code to generate charts in the PACTA COP executive summary document.
https://rmi-pacta.github.io/pacta.executive.summary/
Other
2 stars 2 forks source link

Delete the failing action #301

Closed MonikaFu closed 6 months ago

MonikaFu commented 6 months ago

@cjyetman you mean delete the failing action?

you have two reasonable options:

  1. ignore the failing test here and merge this PR
  2. close this PR and open a new one that completely removes the .github/workflows/add-prs-and-issues-to-project.yml

Originally posted by @cjyetman in https://github.com/RMI-PACTA/pacta.executive.summary/issues/299#issuecomment-2067587307

jdhoffa commented 6 months ago

@MonikaFu FYI, the action you mention won't "fail" in general, it is only "failing" in PRs that are opened by dependabot since the action requires access to a GITHUB_PAT, which dependabot does not have.

(ie. if you wish, you can leave the action in the repo, and just consistently ignore the fact that it fails whenever dependabot opens a PR)

MonikaFu commented 6 months ago

I'd rather delete it as I don't want to keep it in my working memory when it fails and when it doesn't :) especially since I'm not using the project the action relates to. But if you think it should stay and be linked to that project board then I will keep it.

jdhoffa commented 6 months ago

Sounds good, I don't mind at all, I also don't use it :-)

(but fyi @cjyetman)