Skip to content
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

Merged
merged 5 commits into from
Apr 19, 2024

Conversation

jfeingold35
Copy link
Collaborator

No description provided.

@@ -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.
Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integration of new action.

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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 = '\\([^()]+\\)';
Copy link
Collaborator

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. :-)

@jfeingold35 jfeingold35 merged commit 9fa1955 into dev Apr 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants