Skip to content

Commit

Permalink
chore: exempt dependencies, autorelease PR from unmaintained-package …
Browse files Browse the repository at this point in the history
…autoclose (#2304)
  • Loading branch information
pichlermarc committed Jul 1, 2024
1 parent 7efeb2a commit 0c46dfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
Are you familiar with this package? Consider [becoming a component owner](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CONTRIBUTING.md#becoming-a-component-owner).'
close-issue-message: 'This issue was closed because no owner or sponsor has been found after 14 days'
stale-issue-label: pkg-status:unmaintained:autoclose-scheduled
only-labels: pkg-status:unmaintained,feature-request
exempt-issue-labels: bug,has:sponsor,type:semconv-update
- uses: actions/stale@v9
Expand All @@ -38,5 +39,6 @@ jobs:
Are you familiar with this package? Consider [becoming a component owner](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CONTRIBUTING.md#becoming-a-component-owner).'
close-pr-message: 'This issue was closed because no owner or sponsor has been found after 14 days'
stale-pr-label: pkg-status:unmaintained:autoclose-scheduled
only-labels: pkg-status:unmaintained
exempt-pr-labels: bug,has:sponsor,type:semconv-update
exempt-pr-labels: bug,has:sponsor,type:semconv-update,dependencies,autorelease:pending

0 comments on commit 0c46dfe

Please sign in to comment.