Skip to content

Commit

Permalink
chore: sync governance files (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 27, 2022
1 parent 49c655d commit cba1e94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
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

0 comments on commit cba1e94

Please sign in to comment.