Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be6faa7b42 |
@@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: gitea-runner-server03
|
runs-on: gitea-runner-server03
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['8.2', '8.3', '8.4']
|
php-version: ['8.2', '8.3', '8.4', '8.5']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -28,7 +28,7 @@ This app lets every user configure their own Deck automation workflows from Pers
|
|||||||
|
|
||||||
A background job periodically evaluates all enabled workflows and moves cards whose due date has passed, using Deck's own internal PHP classes only (no HTTP/OCS calls).
|
A background job periodically evaluates all enabled workflows and moves cards whose due date has passed, using Deck's own internal PHP classes only (no HTTP/OCS calls).
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>0.2.0</version>
|
<version>0.2.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="patrick@niebel.ing">Patrick Niebeling</author>
|
<author mail="patrick@niebel.ing">Patrick Niebeling</author>
|
||||||
<namespace>WorkflowDeckAutomation</namespace>
|
<namespace>WorkflowDeckAutomation</namespace>
|
||||||
@@ -36,7 +36,7 @@ A background job periodically evaluates all enabled workflows and moves cards wh
|
|||||||
<category>tools</category>
|
<category>tools</category>
|
||||||
<bugs>https://github.com/pniebeling/workflow_deck_automation/issues</bugs>
|
<bugs>https://github.com/pniebeling/workflow_deck_automation/issues</bugs>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<php min-version="8.2" max-version="8.4"/>
|
<php min-version="8.2" max-version="8.5"/>
|
||||||
<database min-version="9.4">pgsql</database>
|
<database min-version="9.4">pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database min-version="8.0">mysql</database>
|
<database min-version="8.0">mysql</database>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "workflow_deck_automation",
|
"name": "workflow_deck_automation",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Automates moving overdue Deck cards between stacks, configurable per user.",
|
"description": "Automates moving overdue Deck cards between stacks, configurable per user.",
|
||||||
|
|||||||
Reference in New Issue
Block a user