forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use actions from vscode-github-triage-actions
in all Python automations
#21178
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c23bfe9
Move triage-needed flow to repository
ffd9527
Use my repo
7374ad8
Remove ref
5991375
Add commuity feedback comment
be5e3aa
Update
e93ed5f
How a
e03687b
k
5453e50
As
6934ea8
Refacor lock issues
3e849bd
Use microsoft repo
5b5be2c
pr file check
4e679e9
hello
8043b71
Use pr label action
55e2536
hiya
73fdaac
Correct
acd89be
Use lint from separate repo
004c661
Fix lint
c249a96
shot in the dark
0697223
Restore lint yml
6a5402d
Use `microsoft/vscode-github-triage-actions` instead
6c6fb8e
Code review
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,29 +15,15 @@ jobs: | |
name: 'Check for changed files' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'package-lock.json matches package.json' | ||
uses: brettcannon/[email protected] | ||
- name: Checkout Actions | ||
uses: actions/checkout@v3 | ||
with: | ||
prereq-pattern: 'package.json' | ||
file-pattern: 'package-lock.json' | ||
skip-label: 'skip package*.json' | ||
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)' | ||
repository: 'microsoft/vscode-github-triage-actions' | ||
ref: stable | ||
path: ./actions | ||
|
||
- name: 'package.json matches package-lock.json' | ||
uses: brettcannon/[email protected] | ||
with: | ||
prereq-pattern: 'package-lock.json' | ||
file-pattern: 'package.json' | ||
skip-label: 'skip package*.json' | ||
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)' | ||
- name: Install Actions | ||
run: npm install --production --prefix ./actions | ||
|
||
- name: 'Tests' | ||
uses: brettcannon/[email protected] | ||
with: | ||
prereq-pattern: src/**/*.ts | ||
file-pattern: | | ||
src/**/*.test.ts | ||
src/**/*.testvirtualenvs.ts | ||
.github/test_plan.md | ||
skip-label: 'skip tests' | ||
failure-message: 'TypeScript code was edited without also editing a ${file-pattern} file; see the Testing page in our wiki on testing guidelines (the ${skip-label} label can be used to pass this check)' | ||
- name: Check for changed files | ||
uses: ./actions/python-pr-file-check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.