Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/asf-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ 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: "area: asf, area: dependencies, semver: patch, skip-docs"
labels: "area: asf, area: dependencies, semver: patch, docs: skip, notes: skip"
token: ${{ secrets.PRO_ACCESS_TOKEN }}
reviewers: silv-io,alexrashed
11 changes: 0 additions & 11 deletions .github/workflows/pr-enforce-docs-labels.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/pr-enforce-pr-labels.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Enforce PR Labels

name: Enforce Labels
on:
pull_request_target:
types: [labeled, unlabeled, opened, edited, synchronize]
types: [labeled, unlabeled, opened]

jobs:
enforce-semver-labels:
uses: localstack/meta/.github/workflows/pr-enforce-semver-labels.yml@main
labels:
uses: localstack/meta/.github/workflows/pr-enforce-labels.yml@notes-labels
secrets:
github-token: ${{ secrets.PRO_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
sync-labels:
uses: localstack/meta/.github/workflows/sync-labels.yml@main
with:
categories: status,aws,semver,docs
categories: status,aws,semver,docs,notes
secrets:
github-token: ${{ secrets.PRO_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update-cfn-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
commit-message: "chore: update CloudFormation resource metadata"
author: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
committer: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
labels: "area: cloudformation, semver: patch, skip-docs"
labels: "area: cloudformation, semver: patch, docs: skip, notes: skip"
token: ${{ secrets.PRO_ACCESS_TOKEN }}
signoff: true
2 changes: 1 addition & 1 deletion .github/workflows/update-test-durations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
commit-message: "CI: update .test_durations to latest version"
path: localstack
add-paths: .test_durations
labels: "semver: patch, area: testing, area: ci, skip-docs"
labels: "semver: patch, area: testing, area: ci, docs: skip, notes: skip"
token: ${{ secrets.PRO_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
secrets:
github-token: ${{ secrets.PRO_ACCESS_TOKEN }}
with:
labels: "area: dependencies, semver: patch, skip-docs"
labels: "area: dependencies, semver: patch, docs: skip, notes: skip"