I hereby claim:
- I am veckothegecko on github.
- I am vecko (https://keybase.io/vecko) on keybase.
- I have a public key ASBQQCLcoMay-FtleU4JAXvjIeBwfzpmuliubeJ31fPBMgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| CLI tool for converting GitHub search queries to markdown tables. | |
| Motivation: | |
| GitHub search syntax is powerful to search for specific sets of pull requests. | |
| This tool allows you to easily extract information on pull requests and mentioned issues | |
| in a markdown table with links to be included in a markdown file. | |
| Look at the CLI_DESCRIPTION variable, or run `python github-to-md.py --help` for more info. | |
| """ |
| name: Check URL Status | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: 0 0 * * 0 | |
| env: | |
| LINK_TRACKING_ISSUE_NUMBER: 322 | |