Browse Source
Merge pull request #1338 from octodns/slash-commands-bootstrap
Use script/bootstrap in slash_commands.yml
pull/1339/head
Ross McFarland
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
3 deletions
-
.changelog/beea81c9c138428aaf1d0d09e0b7120f.md
-
.github/workflows/slash_commands.yml
|
|
|
@ -0,0 +1,4 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Use script/bootstrap in slash_commands.yml |
|
|
|
@ -44,9 +44,7 @@ jobs: |
|
|
|
python-version: 3.13 |
|
|
|
architecture: x64 |
|
|
|
- name: Install dependencies |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
pip install -r requirements.txt |
|
|
|
run: ./script/bootstrap |
|
|
|
|
|
|
|
# add the changelog entry |
|
|
|
- name: Changelog Create |
|
|
|
|