Skip to content

Commit

Permalink
Add identified label for stale exception (#224)
Browse files Browse the repository at this point in the history
* add identified label for excception

* fix cdk test
  • Loading branch information
statefb authored Apr 7, 2024
1 parent 5189895 commit 05885fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-closure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: piroor/auto-mark-as-stale-issues@main
env:
LABEL: "stale"
EXCEPTION_LABELS: "enhancement,planned"
EXCEPTION_LABELS: "enhancement,planned,identified"
CANDIDATE_LABELS: "bug"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXPIRE_DAYS: 30
Expand Down
1 change: 1 addition & 0 deletions cdk/test/cdk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ describe("Fine-grained Assertions Test", () => {
},
],
userPoolDomainPrefix: domainPrefix,
dbEncryption: false,
publishedApiAllowedIpV4AddressRanges: [""],
publishedApiAllowedIpV6AddressRanges: [""],
}
Expand Down

0 comments on commit 05885fb

Please sign in to comment.