Compare commits
4 Commits
21514a8bc7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9e888229e | |||
| 0157cbf0d8 | |||
| 1bc4f3bd89 | |||
| 19c2649655 |
19
.gitea/workflows/close.yml
Normal file
19
.gitea/workflows/close.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Move closed issues to Done
|
||||
on:
|
||||
issues:
|
||||
types: [ closed ]
|
||||
jobs:
|
||||
move-issue-to-repository-project-column:
|
||||
name: Move issues to repository project column
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Move issue to 'To do' column if body has a mark 'issue:todo'
|
||||
uses: fojia/action-move-issues-to-column@master
|
||||
with:
|
||||
project: 'Actions Project'
|
||||
column: 'Done'
|
||||
owner: 'gymkhana'
|
||||
repo: 'gymkhana'
|
||||
type: 'repo'
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
marker: 'issue:done'
|
||||
BIN
web/patata-icon-480.png
Normal file
BIN
web/patata-icon-480.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
web/patata-icon-920.png
Normal file
BIN
web/patata-icon-920.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Reference in New Issue
Block a user