Get version number from CMakeLists
This commit is contained in:
parent
b286c06144
commit
ef9abf2f15
4 changed files with 29 additions and 39 deletions
21
.github/workflows/issues-closer.yml
vendored
21
.github/workflows/issues-closer.yml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
name: Close Added/Fixed Issues
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
close_issues:
|
||||
name: Check Issues / PRs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Close Issues (added/fixed)
|
||||
uses: actions/stale@v3
|
||||
with:
|
||||
only-issues-labels: 'added,fixed'
|
||||
close-issue-message: >
|
||||
This is now available in the latest release.
|
||||
close-issue-label: 'released'
|
||||
days-before-issue-stale: 0
|
||||
days-before-issue-close: 0
|
||||
ignore-updates: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue