Skip to content

Commit

Permalink
feat: transfer relase actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
neilime committed Dec 16, 2024
1 parent aad62b2 commit c3e518a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 380 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

release:
needs: ci
uses: ./.github/workflows/release-actions.yml
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.1.0
with:
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
github-app-id: ${{ vars.CI_BOT_APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/need-fix-to-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<!-- end badges -->
<!-- start description -->

Reusable workflow to convert comments requiring fixes (TODO, FIXME) to issues.
Mainly using [TODO to Issue Action](https://github.com/alstr/todo-to-issue-action), with some opinionated defaults.
Reusable workflow to convert comments requiring fixes (todo, FIXME) to issues.
Mainly using [Todo to Issue Action](https://github.com/alstr/todo-to-issue-action), with some opinionated defaults.

<!-- end description -->
<!-- start contents -->
Expand Down
102 changes: 0 additions & 102 deletions .github/workflows/release-actions.md

This file was deleted.

256 changes: 0 additions & 256 deletions .github/workflows/release-actions.yml

This file was deleted.

Loading

0 comments on commit c3e518a

Please sign in to comment.