Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch-m6wklbj
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Oct 9, 2023
2 parents 0bfd382 + 79291de commit 5434e96
Show file tree
Hide file tree
Showing 3 changed files with 793 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [repository_dispatch]
jobs:
create-pull-request:
if: github.event.action == 'lsp-add-or-update-package'
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: make-pr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.7

- name: Install Python dependencies
run: python3 -m pip install pyyaml git+https://github.com/packagecontrol/st_package_reviewer.git@d2b43530442f227751c925d259df8fb324eee18f
Expand Down
Loading

0 comments on commit 5434e96

Please sign in to comment.