Releases: RosemanLabs/gha-archive-tickets-from-sprint
Releases · RosemanLabs/gha-archive-tickets-from-sprint
Field fetching
Full Changelog: v0.5.0...v0.6.0
Fix github-project version
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Full Changelog: v0.4.0...v0.4.1
Bugfix for first iterations
Full Changelog: v0.3.0...v0.4.0
Improved API
Full Changelog: v0.2.0...v0.3.0
v0.2.0 Logging added
Full Changelog: v0.1.0...v0.2.0
Archive tickets for iteration
Archive done ticket for last sprint:
on:
schedule:
# Runs "at 05:00, only on Monday" (see https://crontab.guru)
- cron: "0 5 * * 1"
jobs:
archive-done-tickets:
name: Archive done tickets
runs-on: ubuntu-latest
steps:
- uses: RosemanLabs/[email protected]
with:
owner: OrgName
number: 1
token: ${{ secrets.PROJECT_PAT }}
iteration-field: Iteration
iteration: last
statuses: "Done"