-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create bot_pr_approval.yaml #236
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cbartz
approved these changes
Feb 8, 2024
nrobinaubertin
approved these changes
Feb 8, 2024
Test coverage for 415b7c8
Static code analysis report
|
javierdelapuente
added a commit
that referenced
this pull request
Apr 4, 2024
* Fix nothing to migrate bug (#231) * handle case where default branch and discourse are in-line but base is not for the migration case * Add a formatted representation of the UpdatePageAction dataclass (#230) * Add a formatted representation of the UpdatePageAction dataclass * Update changelog * Add return value to docstring * Include return type * Apply lint changes * Include a string representation of the class, which many tests check for * fix linting (#234) * Update python Docker tag to v3.12 (#220) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: arturo-seijas <[email protected]> * Update dependency more-itertools to >=10.2,<10.3 (#229) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: arturo-seijas <[email protected]> * Update dependency PyGithub to >=2.2,<2.3 (#233) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: arturo-seijas <[email protected]> Co-authored-by: Christopher Bartz <[email protected]> * Update dependency pytest to v8 (#232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: arturo-seijas <[email protected]> * Create bot_pr_approval.yaml (#236) * Removed `discourse-gatekeeper/discourse-ahead-ok` (#235) * feat(ISD-1567): removed obsolete code and corresponding documentation * feat(ISD-1498): removed check in test_check for the removed tag * feat(ISD-1498): updated test parameters to account for removal of discourse ahead tag removal * feat(ISD-1498): removed tagged argument from tests * feat(ISD-1498): ensured all parameters return only 2 values in tuple * feat(ISD-1498): removed ahead tag from constants file, removed mention in integration tests * feat(ISD-1498): removed ahead tag from check.py * feat(ISD-1498): rectified erroneous deletion of expected problem in test check * feat(ISD-1498): adhered to linting requirements by removing unused src.constants imports * feat(ISD-1498): fixed all linting issues and fixed method signatures. * feat(ISD-1498): removed test case 7 from test conflicts * feat(ISD-1498): removed test 7 * feat(ISD-1498): fixed linting issues * feat(ISD-1498): updated change log with new version details * feat(ISD-1498): added src-docs * feat(ISD-1498): fixed comments in run_conflict integration test * feat(ISD-1498): removed assert associated with removed act * Prepare discourse-gatekeeper for PAAS app charmer (#238) New input parameter `charm-dir`, that defines where to look for `metadata.yaml`, `charmcraft.yaml` or the docs directory. If `metadata.yaml` does not exist, `charmcraft.yaml` is used instead. * conflict change race condition resolution stage 1 (#241) * add check that content has not changed on discourse before updating the content * New version v0.9.0 (#242) --------- Co-authored-by: David Andersson <[email protected]> Co-authored-by: mthaddon <[email protected]> Co-authored-by: arturo-seijas <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christopher Bartz <[email protected]> Co-authored-by: Brendan Bell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Applicable spec: N/A
Overview
Add bot to atomatically add one approval for github bot PRs
Rationale
N/A
Module Changes
N/A
Checklist
src-docs
urgent
,trivial
,complex
)