-
Notifications
You must be signed in to change notification settings - Fork 2
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
NEW (GithubActions) @W-15362406@: Added PR title enforcement action. #60
Conversation
@@ -20,7 +20,7 @@ jobs: | |||
- name: 'Set up NodeJS' | |||
uses: actions/setup-node@v4 | |||
with: | |||
node-version: 'lts/*' # Node LTS should always be fine. | |||
node-version: '20.12.1' # Node LTS should always be fine. |
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 can revert this next week.
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 workflow should never be run again. So I'm deleting it to prevent that.
- name: Verify PR Title | ||
run: echo 'Nope not yet' | ||
uses: ./github-actions/verify-pr-title |
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.
Integration of new 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.
Tests basically copy-pasted from the Scanner repo.
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.
Tests basically copy-pasted from the scanner repo.
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.
Tests basically copy-pasted from the Scanner repo.
* This regex portion matches any string wrapped in parentheses without additional | ||
* parentheses inside it. | ||
*/ | ||
const SCOPE_PORTION = '\\([^()]+\\)'; |
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 may or may not even need this for the vs code extension. The scope will probably always just be VSCode Extension. :-)
No description provided.