Compare commits

..

4 Commits

Author SHA1 Message Date
a9e888229e actions 2024-11-13 00:02:30 +01:00
0157cbf0d8 Readme closes #1 2024-11-12 23:54:11 +01:00
1bc4f3bd89 actions 2024-11-12 23:50:31 +01:00
19c2649655 icons 2024-11-12 23:47:57 +01:00
6 changed files with 19 additions and 0 deletions

View 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'

0
README.md Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB