diff --git a/.github/workflows/stalled.yml b/.github/workflows/stalled.yml index 5b878ad1bae2d..1bec77d0480a8 100644 --- a/.github/workflows/stalled.yml +++ b/.github/workflows/stalled.yml @@ -1,21 +1,17 @@ name: Close Stalled PRs on: schedule: - - cron: '*/5 * * * *' # Run every day at 15:15 UTC / 7:15 PST / 8:15 PDT + - cron: '* * * * *' # Run every day at 15:15 UTC / 7:15 PST / 8:15 PDT permissions: pull-requests: write jobs: stale: - if: github.repository == 'opensearch-project/OpenSearch' + if: github.repository == 'Poojita-Raj/OpenSearch' runs-on: ubuntu-latest steps: - name: GitHub App token id: github_app_token uses: tibdex/github-app-token@v2.1.0 - with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} - installation_id: 22958780 - name: Stale PRs uses: actions/stale@v8 with: