-
Notifications
You must be signed in to change notification settings - Fork 16
NET-4954: Remove/replace noncompliant actions #589
Conversation
We no longer use this due to permissions limitations on the token provided by Actions which does not have SSO enabled
0fc4328
to
33700ba
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.
Personal review
required: false | ||
type: string # No support for numeric value | ||
default: '10' | ||
workflow_dispatch: {} |
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.
The inputs were only used for controlling the tmux action, which we're no longer able to use
if: always() && github.ref == 'refs/heads/main' | ||
uses: ravsamhq/notify-slack-action@v1 # TSCCR: no entry for repository "ravsamhq/notify-slack-action" |
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.
This is being replaced by the official Slack action that now exists
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.
Changes in this file mirror those in the conformance.yml
file above, just without the Slack notification since this one runs on PRs
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've been unable to use this workflow for several releases now due to the default token assigned by GitHub Actions not having SSO enabled. Since we're not actively developing/releasing this repo anymore, I opted to just remove the workflow
Changes proposed in this PR:
How I've tested this PR:
🤖 tests pass (including conformance)
How I expect reviewers to test this PR:
See above
Checklist: