From 95475042367a1e964d01fea9abf406055e465746 Mon Sep 17 00:00:00 2001 From: Corey Carvalho <44616801+coreycarvalho@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:52:18 -0500 Subject: [PATCH] wip --- .../workflows/dependency-ticket-creation.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/dependency-ticket-creation.yml diff --git a/.github/workflows/dependency-ticket-creation.yml b/.github/workflows/dependency-ticket-creation.yml new file mode 100644 index 0000000000..b24650ae02 --- /dev/null +++ b/.github/workflows/dependency-ticket-creation.yml @@ -0,0 +1,22 @@ +name: Biweekly Dependency Ticket Creation + +# on: +# schedule: +# - cron: "0 9 */14 * 1" # Runs every two weeks on Monday at 09:00 UTC + +on: + push: + branches: + - "1381-dependency-ticket-automation" + +jobs: + create_issue: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Create GitHub Issue + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: gh issue create --template notify-dependency-update-template.md --label "Notify" --title "Regular Update for Dependencies" --body ""