We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to do everything via GitHub actions, so users don't have to run anything locally.
Instead, a user would fork dhimmel/hackjohn and edit the parameters. Then scheduled cron actions would take care of the rest.
dhimmel/hackjohn
The text was updated successfully, but these errors were encountered:
One option is to use a GitHub Issues thread for notifications. Some code in case someone wants to develop the idea further:
- name: Issue Comment uses: actions/github-script@v1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | github.search.issuesAndPullRequests({ q: '"Hackjohn Notifications Thread" in:title' }) github.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, body: 'insert hackjohn output here' })
Sorry, something went wrong.
No branches or pull requests
It should be possible to do everything via GitHub actions, so users don't have to run anything locally.
Instead, a user would fork
dhimmel/hackjohn
and edit the parameters. Then scheduled cron actions would take care of the rest.The text was updated successfully, but these errors were encountered: