Skip to content

Commit

Permalink
Change labels to new names
Browse files Browse the repository at this point in the history
  • Loading branch information
silv-io committed Jun 13, 2022
1 parent f390577 commit 21f5acb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 125 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,7 +1,7 @@
name: 🐞 Bug
description: File a bug/issue
title: "bug: <title>"
labels: [bug, needs-triaging]
labels: ["type: bug", "status: needs triage"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -42,11 +42,11 @@ body:
description: Steps to reproduce the behavior.
value: |
#### How are you starting localstack (e.g., `bin/localstack` command, arguments, or `docker-compose.yml`)
docker run localstack/localstack
#### Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
awslocal s3 mb s3://mybucket
validations:
Expand All @@ -59,8 +59,8 @@ body:
- **OS**: Ubuntu 20.04
- **LocalStack**: latest
value: |
- OS:
- LocalStack:
- OS:
- LocalStack:
render: markdown
validations:
required: false
Expand All @@ -69,7 +69,7 @@ body:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
@@ -1,7 +1,7 @@
name: 💡 Feature request
description: Request a new feature
title: "feature request: <title>"
labels: [feature-request]
labels: ["type: feature"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -31,7 +31,7 @@ body:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
111 changes: 0 additions & 111 deletions .github/labeler.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/asf-updates.yml
Expand Up @@ -82,5 +82,5 @@ jobs:
author: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
committer: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
commit-message: "update generated ASF APIs to latest version"
labels: asf
labels: "area: asf"
token: ${{ secrets.PRO_ACCESS_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/stale-bot.yml
Expand Up @@ -25,13 +25,13 @@ jobs:
with a reaction on the initial post to prevent automatic closure. If the issue is already closed,
please feel free to open a new one.
# These labels are required
stale-issue-label: closing-soon
exempt-issue-labels: needs-triaging,feature-request-approved,bug-confirmed
response-requested-label: awaiting-response
stale-issue-label: "status: stale"
exempt-issue-labels: "status: needs triage","status: confirmed","status: accepted"
response-requested-label: "status: awaiting response"

# Don't set closed-for-staleness label to skip closing very old issues
# regardless of label
closed-for-staleness-label: closed-for-staleness
closed-for-staleness-label: "status: resolved/stale"

# Issue timing
days-before-stale: 60
Expand Down

0 comments on commit 21f5acb

Please sign in to comment.