-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MLO-61: Use ".apolo" directory and apolo-* files to configure apolo-f…
…low (#705) * MLO-61: Use ".apolo" directory and apolo-* files to configure apolo-flow * add changelog * bump deps * fix auto-merge * bump more deps * downgrade ssh-agent
- Loading branch information
1 parent
4762f4f
commit 3cd4ee4
Showing
17 changed files
with
63 additions
and
63 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,33 +1,33 @@ | ||
name: Update apolo-flow action tags | ||
on: | ||
schedule: | ||
- cron: 0 0 * * * | ||
- cron: 0 0 * * * | ||
jobs: | ||
auto-update: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11 | ||
- name: Install dependencies | ||
run: make setup | ||
- id: run_updater | ||
name: Run update actions script | ||
run: python \{\{cookiecutter.flow_dir\}\}/update_actions.py ".neuro/*.y*ml" | ||
- id: generate_token | ||
uses: tibdex/github-app-token@v1 | ||
with: | ||
app_id: ${{ secrets.BOT_APP_ID }} | ||
private_key: ${{ secrets.BOT_PRIVATE_KEY }} | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v4 | ||
with: | ||
token: ${{ steps.generate_token.outputs.token }} | ||
branch: update/actions-tags | ||
title: Auto-update actions tags | ||
commit-message: Auto-update neuro-flow actions tags | ||
body: | | ||
Updated apolo-flow action version tags in the following | ||
files: ${{ steps.run_updater.outputs.updated_files }} | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11 | ||
- name: Install dependencies | ||
run: make setup | ||
- id: run_updater | ||
name: Run update actions script | ||
run: python \{\{cookiecutter.flow_dir\}\}/update_actions.py ".apolo/*.y*ml" | ||
- id: generate_token | ||
uses: tibdex/github-app-token@v2 | ||
with: | ||
app_id: ${{ secrets.BOT_APP_ID }} | ||
private_key: ${{ secrets.BOT_PRIVATE_KEY }} | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
token: ${{ steps.generate_token.outputs.token }} | ||
branch: update/actions-tags | ||
title: Auto-update actions tags | ||
commit-message: Auto-update apolo-flow actions tags | ||
body: | | ||
Updated apolo-flow action version tags in the following | ||
files: ${{ steps.run_updater.outputs.updated_files }} |
This file contains 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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Use ".apolo" directory instead of ".neuro" and apolo* files istead of neuro* to configure apolo-flow. |
This file contains 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 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 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
-r base.txt | ||
git+https://github.com/andriihomiak/pytest-cookies.git@fix/quotes_in_user_config # pytest-cookies==0.6.1 | ||
mypy==1.12.1 | ||
mypy==1.14.1 | ||
pipx==1.7.1 | ||
pre-commit==3.8.0 | ||
PyGithub==1.55 # Bump also {{cookiecutter.flow_dir}}/.github/workflows/update-apolo-flow-actions.yml:15 | ||
pytest==8.3.2 | ||
pre-commit==4.0.1 | ||
PyGithub==2.5.0 # Bump also {{cookiecutter.flow_dir}}/.github/workflows/update-apolo-flow-actions.yml:15 | ||
pytest==8.3.4 | ||
pytest-asyncio==0.24.0 | ||
pytest-xdist==3.6.1 | ||
PyYAML==6.0.2 | ||
towncrier==24.8.0 | ||
types-PyYAML==6.0.12.20240808 | ||
types-PyYAML==6.0.12.20241230 |
This file contains 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 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 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[storage] | ||
cp-exclude = [".git", ".apolo"] | ||
cp-exclude-from-files=[".apoloignore", ".dockerignore"] |
This file contains 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 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
File renamed without changes.
This file contains 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 was deleted.
Oops, something went wrong.
This file contains 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