]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.github/workflows: add create-backport action 47479/head
authorErnesto Puerta <37327689+epuertat@users.noreply.github.com>
Fri, 5 Aug 2022 08:56:36 +0000 (10:56 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Wed, 10 Aug 2022 11:09:52 +0000 (13:09 +0200)
commita92bf26f056cac2d76e9b5fed9ac0d219170837f
treee0e01fa12743a49a7a7059f45542374e5fddf3d1
parent8cb32e9c502ea98ab2754318e155b9ce0d99cbe1
.github/workflows: add create-backport action

Currently there's a cron job in a teuthology VM running a script to find all trackers in needs-backports and to create their corresponding backport trackers. This is done through the [Backport Bot](https://tracker.ceph.com/users/12172) Redmine account.

This PR intends to run this cron job task as a periodic Github Action.

Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
.github/workflows/create-backport-trackers.yml [new file with mode: 0644]
src/script/backport-create-issue
src/script/requirements.backport-create-issue.txt [new file with mode: 0644]