-
Notifications
You must be signed in to change notification settings - Fork 304
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
Refactor and clean up actions/worfklows #2555
Conversation
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.
So awesome how many of these we can remove. as far as i can tell the add-commit-status action isnt used now, is that right? I dont see a problem leaving it even if so, might be useful sometime later.
nr-api-url: ${{ secrets.NR_API_URL_EU }} | ||
nr-api-token: ${{ secrets.NR_API_TOKEN_EU }} |
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.
We might wanna considering removing any secrets from the repo that we arent using after we remove these workflows / actions.
We do have a bot that might need these just to mention.
@josephgregoryii raining on the deletion parade 😞 |
e0d0aba
to
ae6bdee
Compare
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.
Thought I approved this yesterday!
With the changes we've made to our validation/submission workflows, we no longer need many of the previous actions. This PR removes them and tries to consolidate things a bit as well.