Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: a2355c4
_commit: 0ee7824
_src_path: gh:athackst/ci
automerge_mode: poll
bump_script_path: ''
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
uses: athackst/ci/.github/workflows/ci_updater.yml@main
with:
create-pr: true
automerge: true
secrets:
token: ${{ secrets.CI_BOT_TOKEN }}
18 changes: 0 additions & 18 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,5 @@ jobs:
contents: write
pull-requests: read
uses: athackst/ci/.github/workflows/release_drafter.yml@main
with:
draft-release-id: ${{ vars.DRAFT_RELEASE_ID }}
secrets:
token: ${{ secrets.CI_BOT_TOKEN }}

persist-draft-id:
needs:
- release-draft
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Persist draft release id
shell: bash
env:
GH_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
RELEASE_ID: ${{ needs.release-draft.outputs.id }}
run: |
set -euo pipefail
gh variable set DRAFT_RELEASE_ID --body "$RELEASE_ID" --repo "${{ github.repository }}"
Loading