From c1d1123165c9120633cad8f7bea04b241ac0b32e Mon Sep 17 00:00:00 2001 From: Cami Hernandez Merhar <112580737+camihmerhar@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:12:30 -0500 Subject: [PATCH] Delete .github/workflows/snippets.yml --- .github/workflows/snippets.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/snippets.yml diff --git a/.github/workflows/snippets.yml b/.github/workflows/snippets.yml deleted file mode 100644 index 8c1fb5d..0000000 --- a/.github/workflows/snippets.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Weekly Snippets - -permissions: - contents: read - issues: write - -on: - workflow_dispatch: - schedule: - - cron: '48 04 * * 2' # Every Tuesday at 4:48 AM - -jobs: - weekly-snippets: - name: Create Weekly Snippet Issue - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: JasonEtco/create-an-issue@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - filename: .github/files/weekly-snippets-template.md