Skip to content

Commit

Permalink
Update list of versions to auto-label issue reports (qgis#6253)
Browse files Browse the repository at this point in the history
Remove unmaintained versions and add future ones
  • Loading branch information
DelazJ authored Nov 12, 2020
1 parent f409d36 commit c4bf47c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ jobs:

- uses: Naturalclar/[email protected]
with:
keywords: '["QGIS Version: 3.12"]'
labels: '["3.12"]'
keywords: '["QGIS Version: 3.16"]'
labels: '["3.16"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"

- uses: Naturalclar/[email protected]
with:
keywords: '["QGIS Version: 3.14"]'
labels: '["3.14"]'
keywords: '["QGIS Version: 3.18"]'
labels: '["3.18"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"

- uses: Naturalclar/[email protected]
with:
keywords: '["QGIS Version: 3.16"]'
labels: '["3.16"]'
keywords: '["QGIS Version: 3.20"]'
labels: '["3.20"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"

- uses: Naturalclar/[email protected]
with:
keywords: '["QGIS Version: 3.18"]'
labels: '["3.18"]'
keywords: '["QGIS Version: 3.22"]'
labels: '["3.22"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c4bf47c

Please sign in to comment.