Skip to content

Releases: RosemanLabs/gha-archive-tickets-from-sprint

Field fetching

15 May 06:30
Compare
Choose a tag to compare

Fix github-project version

14 May 16:53
Compare
Choose a tag to compare

v0.4.1

14 May 15:34
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

Bugfix for first iterations

14 May 15:25
Compare
Choose a tag to compare

Improved API

14 May 14:11
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0 Logging added

14 May 14:04
Compare
Choose a tag to compare

Archive tickets for iteration

14 May 12:43
Compare
Choose a tag to compare

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"