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

find_issue.R functionalized and added to ottrpal #147

Open
cansavvy opened this issue Jul 1, 2024 · 0 comments
Open

find_issue.R functionalized and added to ottrpal #147

cansavvy opened this issue Jul 1, 2024 · 0 comments
Labels

Comments

@cansavvy
Copy link
Contributor

cansavvy commented Jul 1, 2024

find_issue.R needs to be functionalized and added to the ottrpal package (along with a unit test).

Currently it is called by the check-urls.yml action (Periodic URL checker -- the one that runs when no PRs are filed, but just every so often).

It is currently called like this:

Rscript --vanilla find_issue.R --repo $GITHUB_REPOSITORY --git_pat $GH_PAT

It's arguments need to be a repository, a credential for GH_PAT, and also we should probably make it more flexible for other purposes. So currently it's hard coded that it will look for text in the title that is 'Broken URLs found in the course!' but let's make this an argument so that people can specify what kind of title they are looking for.

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

No branches or pull requests

1 participant