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

feat: Add support for vanity URLs #1017

Merged
merged 12 commits into from
Nov 9, 2023

Conversation

ianlewis
Copy link
Owner

@ianlewis ianlewis commented Nov 5, 2023

Description:

Adds support for matching vanity urls in actions/issue-reopener. Vanity URLs can be defined in a .todos.yml located in the repository root.

Related Issues:

Fixes #100

Checklist:

  • Review the CONTRIBUTING.md documentation.
  • Add a reference to a related issue in the repository.
  • Add a description of the changes proposed in the pull request.
  • Add unit tests if applicable.
  • Update documentation if applicable.
  • Add a note in the CHANGELOG.md if applicable.
  • Sign the Google CLA.

Adds support for matching vanity urls in `actions/issue-reopener`.
Vanity URLs can be defined in a `.todos.yml` located in the repository
root.

Fixes #100

Signed-off-by: Ian Lewis <[email protected]>
Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #1017 (ee54c67) into main (3c12e3f) will increase coverage by 0.47%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1017      +/-   ##
==========================================
+ Coverage   81.61%   82.09%   +0.47%     
==========================================
  Files          18       19       +1     
  Lines        1050     1078      +28     
  Branches       14       17       +3     
==========================================
+ Hits          857      885      +28     
  Misses        140      140              
  Partials       53       53              
Files Coverage Δ
actions/issue-reopener/src/action.ts 92.85% <100.00%> (+1.94%) ⬆️
actions/issue-reopener/src/config.ts 100.00% <100.00%> (ø)
actions/issue-reopener/src/reopener.ts 100.00% <100.00%> (ø)

Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
@ianlewis ianlewis marked this pull request as ready for review November 9, 2023 23:54
@ianlewis ianlewis merged commit a1c5d2d into main Nov 9, 2023
27 checks passed
@ianlewis ianlewis deleted the 100-github-issue-reopener-vanity-issue-urls branch November 9, 2023 23:56
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.

[github-issue-reopener] Vanity issue URLs
1 participant