Module: kamailio Branch: master Commit: d6335767223f7841a448689e4f54a6f7709e2cc8 URL: https://github.com/kamailio/kamailio/commit/d6335767223f7841a448689e4f54a6f7...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@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
https://github.com/marketplace/actions/close-stale-issues#ascending
---
Modified: .github/workflows/issue_management.yml
---
Diff: https://github.com/kamailio/kamailio/commit/d6335767223f7841a448689e4f54a6f7... Patch: https://github.com/kamailio/kamailio/commit/d6335767223f7841a448689e4f54a6f7...
---
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