Skip to content

Commit 8f08c6e

Browse files
authored
Clean up labels + automation (google#172)
* Update stale.yml * Update labeler.yml
1 parent 6678542 commit 8f08c6e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
'status:awaiting review':
22
- '**/*'
33

4+
'component:demos':
5+
- demos/**/*
6+
7+
'component:documentation':
8+
- site/**/*
9+
410
'demos:docs-agent':
511
- demos/palm/python/docs-agent/**/*
612

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
days-before-issue-stale: 14
2626
days-before-issue-close: 14
27-
stale-issue-label: "stale"
27+
stale-issue-label: "status:stale"
2828
close-issue-reason: not_planned
2929
any-of-labels: "status:awaiting user response,status:more data needed"
3030
stale-issue-message: >
@@ -35,7 +35,7 @@ jobs:
3535
Please post a new issue if you need further assistance. Thanks!
3636
days-before-pr-stale: 14
3737
days-before-pr-close: 14
38-
stale-pr-label: "stale"
38+
stale-pr-label: "status:stale"
3939
stale-pr-message: >
4040
Marking this pull request as stale since it has been open for 14 days with no activity.
4141
This PR will be closed if no further activity occurs.

0 commit comments

Comments
 (0)