Skip to content

Commit

Permalink
Merge pull request #220 from Poojita-Raj/stall_workflow
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Poojita-Raj authored Sep 22, 2023
2 parents c739132 + 8a8ebdb commit d5f8d7b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/stalled.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d5f8d7b

Please sign in to comment.