Module: kamailio
Branch: master
Commit: d6335767223f7841a448689e4f54a6f7709e2cc8
URL:
https://github.com/kamailio/kamailio/commit/d6335767223f7841a448689e4f54a6f…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-11-08T08:52:11+01:00
github: allow execute issue_management from panel [skip ci]
* change order since we are hitting operations-per-run
---
Modified: .github/workflows/issue_management.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/d6335767223f7841a448689e4f54a6f…
Patch:
https://github.com/kamailio/kamailio/commit/d6335767223f7841a448689e4f54a6f…
---
diff --git a/.github/workflows/issue_management.yml
b/.github/workflows/issue_management.yml
index d99a934cdfd..6f43e90b575 100644
--- a/.github/workflows/issue_management.yml
+++ b/.github/workflows/issue_management.yml
@@ -2,6 +2,8 @@ name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 2 * * *'
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
permissions:
issues: write
pull-requests: write
@@ -17,3 +19,4 @@ jobs:
days-before-close: 14
exempt-issue-labels: bug
remove-stale-when-updated: true
+ ascending: true