-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
feature: remove users from issues after 3 months inactivity #1019
Conversation
to state the implementation windows as being described in issue OWASP#1016: OWASP#1016
as suggested by pre-commit check
somehow the actions is not executed https://github.com/za/wrongsecrets/actions
name: GitHub Actions Demo | ||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 | ||
on: [push] | ||
jobs: | ||
Explore-GitHub-Actions: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." | ||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" | ||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." | ||
- run: echo "🖥️ The workflow is now ready to test your code on the runner." | ||
- name: List files in the repository | ||
run: | | ||
ls ${{ github.workspace }} | ||
- run: echo "🍏 This job's status is ${{ job.status }}." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we need this action. Maybe we can remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @commjoen sure, we can remove this. I am planning to re-create the PR as there are a lot of un-necessary commits on this branch 😁
as the two other gh-actions are just for testing
Hi @commjoen can you review the PR? It's ready for review now. BTW, can you squash the commits on this branch into single commit before merging into master? |
Hi @za ! I can review, but not squash... sorry |
Feel free to squash and force push |
In that case, I'll just create a new branch :-) |
PR moved to #1050 |
#1016
What kind of changes does this PR include?
Description
Automation: remove users from issues after 3 months inactivity
Relations
References
Checklist: