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
parent
commit
299da81db7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions
  1. +4
    -0
      .changelog/beea81c9c138428aaf1d0d09e0b7120f.md
  2. +1
    -3
      .github/workflows/slash_commands.yml

+ 4
- 0
.changelog/beea81c9c138428aaf1d0d09e0b7120f.md View File

@ -0,0 +1,4 @@
---
type: none
---
Use script/bootstrap in slash_commands.yml

+ 1
- 3
.github/workflows/slash_commands.yml View File

@ -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


Loading…
Cancel
Save