File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
cleanup :
11
+ # this workflow will always fail in forks; bail if this isn't running in the upstream
12
+ if : github.repository == 'aws/aws-cdk'
11
13
permissions :
12
14
issues : write
13
15
contents : read
Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
jobs :
7
7
close-stale-prs :
8
+ # this workflow will always fail in forks; bail if this isn't running in the upstream
9
+ if : github.repository == 'aws/aws-cdk'
8
10
permissions :
9
11
pull-requests : write
10
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
handle-stale-discussions :
10
+ # this workflow will always fail in forks; bail if this isn't running in the upstream
11
+ if : github.repository == 'aws/aws-cdk'
10
12
name : Handle stale discussions
11
13
runs-on : ubuntu-latest
12
14
permissions :
15
17
- name : Stale discussions action
16
18
uses : aws-github-ops/handle-stale-discussions@v1
17
19
env :
18
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
20
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments