Skip to content

Commit

Permalink
Update handle-stale-discussions.yml (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
stobrien89 authored Mar 10, 2025
1 parent 5310dbb commit 80cc792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/handle-stale-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
handle-stale-discussions:
if: github.repository_owner == 'aws'
name: Handle stale discussions
runs-on: ubuntu-latest
permissions:
Expand All @@ -15,4 +16,4 @@ jobs:
- name: Stale discussions action
uses: aws-github-ops/handle-stale-discussions@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 80cc792

Please sign in to comment.