Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync governance files #589

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/release-drafter.yml
Expand Up @@ -7,25 +7,18 @@ categories:
- title: 🚀 Features
labels:
- 'feature'
- 'type/feature'
- title: ⚠️ Breaking Changes
labels:
- 'breaking change'
- 'type/bc-break'
- title: 🐛 Bug Fixes
labels:
- 'bug'
- 'type/bug'
- title: 📖 Documentation
labels:
- 'documentation'
- 'type/docs'
- title: 🧹 Housekeeping
labels:
- 'chore'
- 'test flakiness'
- 'type/housekeeping'
- 'type/test-flakiness'
- 'type/test-improvement'
- title: 📦 Dependency updates
label: 'dependencies'
32 changes: 11 additions & 21 deletions .github/settings.yml
Expand Up @@ -72,10 +72,9 @@ labels:
color: '#a2eeef'
description: New feature or request

- name: good-first-issue
- name: good first issue
color: '#FEF2C0'
description: Want to contribute to testcontainers? Start from here
new_name: good first issue

- name: hacktoberfest
color: '#fbca04'
Expand All @@ -89,54 +88,45 @@ labels:
color: '#e4e669'
description: Not accepted or invalid for any reason.

- name: low-hanging-fruit
- name: low hanging fruit
color: '#FFC300'
description: Issues that are good for newcomers.
new_name: low hanging fruit

- name: podman
color: '#B52710'
description: Issues regarding podman.

- name: type/bc-break
- name: breaking change
color: '#c91873'
description: Causing compatibility issues.
new_name: breaking change

- name: type/docs
- name: documentation
color: '#ede889'
description: Docs, docs, docs.
new_name: documentation

- name: type/feature
- name: feature
color: '#11c134'
description: New functionality or new behaviors on the existing one
new_name: feature

- name: type/housekeeping
- name: chore
color: '#c87eea'
description: Changes that do not impact the existing functionality
new_name: chore

- name: type/question
- name: question
color: '#8ba7f4'
description: Have you tried our Slack (https://testcontainers.slack.com)?
new_name: question

- name: type/security
- name: security
color: '#D93F0B'
description: Vulnerabilities in dependencies or in the library itself
new_name: security

- name: type/test-flakiness
- name: test flakiness
color: '#602A4F'
description: Report a flaky test that happens on the CI
new_name: test flakiness

- name: wontfix
- name: "won't fix"
color: '#ffffff'
description: This will not be worked on
new_name: "won't fix"

# Collaborators: give specific users access to this repository.
# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
Expand Down Expand Up @@ -191,7 +181,7 @@ branches:
# Required. Require branches to be up to date before merging.
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts: ["static-analysis", "tests (1.x ubuntu-latest)"]
contexts: ["static-analysis", "tests (1.x, ubuntu-latest)"]
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: false
# Prevent merge commits from being pushed to matching branches
Expand Down