File tree 3 files changed +2
-11
lines changed
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2
2
name : Auto Labeler
3
3
4
4
on :
5
- # pull_request event is required only for autolabeler
6
- pull_request :
7
- # Only following types are handled by the action, but one can default to all as well
8
- types : [opened, reopened, synchronize]
9
- # pull_request_target event is required for autolabeler to support PRs from forks
5
+ # pull_request_target event is required for autolabeler to support all PRs including forks
10
6
pull_request_target :
11
7
types : [opened, reopened, synchronize]
12
8
Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ name: Release
3
3
4
4
on :
5
5
workflow_dispatch :
6
- pull_request :
7
- types :
8
- - closed
9
- branches :
10
- - main
11
6
pull_request_target :
12
7
types :
13
8
- closed
Original file line number Diff line number Diff line change 2
2
# Stale Repos Action
3
3
4
4
[ ![ Lint Code Base] ( https://github.com/github/stale-repos/actions/workflows/linter.yaml/badge.svg )] ( https://github.com/github/stale-repos/actions/workflows/linter.yaml )
5
- [ ![ CodeQL] ( https://github.com/github/stale-repos/actions/workflows/codeql-analysis.yml/ badge.svg )] ( https://github.com/github/stale-repos/actions/workflows/codeql-analysis.yml )
5
+ [ ![ CodeQL] ( https://github.com/github/stale-repos/actions/workflows/github-code-scanning/codeql/ badge.svg )] ( https://github.com/github/stale-repos/actions/workflows/github-code-scanning/codeql )
6
6
[ ![ Docker Image CI] ( https://github.com/github/stale-repos/actions/workflows/docker-image.yml/badge.svg )] ( https://github.com/github/stale-repos/actions/workflows/docker-image.yml )
7
7
[ ![ Python CI] ( https://github.com/github/stale-repos/actions/workflows/python-package.yml/badge.svg )] ( https://github.com/github/stale-repos/actions/workflows/python-package.yml )
8
8
[ ![ OpenSSF Scorecard] ( https://api.scorecard.dev/projects/github.com/github/stale-repos/badge )] ( https://scorecard.dev/viewer/?uri=github.com/github/stale-repos )
You can’t perform that action at this time.
0 commit comments