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

Add method to delete Workflow runs #2078

Merged
merged 1 commit into from Oct 15, 2021

Conversation

s-t-e-v-e-n-k
Copy link
Collaborator

One piece of missing functionality is the ability to delete Workflow
Runs, which the GitHub API supports. Add a delete() method to
WorkflowRun.

Fixes #2019

One piece of missing functionality is the ability to delete Workflow
Runs, which the GitHub API supports. Add a delete() method to
WorkflowRun.

Fixes PyGithub#2019
@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2021

Codecov Report

Merging #2078 (fb3a0ae) into master (53fb498) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2078   +/-   ##
=======================================
  Coverage   98.87%   98.87%           
=======================================
  Files         108      108           
  Lines       11097    11100    +3     
=======================================
+ Hits        10972    10975    +3     
  Misses        125      125           
Impacted Files Coverage Δ
github/WorkflowRun.py 100.00% <100.00%> (ø)

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 53fb498...fb3a0ae. Read the comment docs.

@s-t-e-v-e-n-k s-t-e-v-e-n-k merged commit b1c8eec into PyGithub:master Oct 15, 2021
@jasonrhaas
Copy link

Is it possible to cut a new release with this in it? I noticed that this method shows that its available in the documentation but version 1.55 does not have it.

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

Successfully merging this pull request may close these issues.

Add an option to delete workflow runs
3 participants