Skip to content

Commit

Permalink
chore(labels): remove emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 20, 2024
1 parent 8b4b2b7 commit c21ff84
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions .github/issue-regex-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
data:api :rabbit2::
data:api:
- 'api\.'
- '\/docs\/Web\/API'
data:css :art::
data:css:
- 'css\.'
- '\/docs\/Web\/CSS'
data:html :page_facing_up::
data:html:
- 'html\.'
- '\/docs\/Web\/HTML'
data:http :mountain_cableway::
data:http:
- 'http\.'
- '\/docs\/Web\/HTTP'
data:js :pager::
data:js:
- 'js\.'
- '\/docs\/Web\/JavaScript'
data:mathml :heavy_division_sign::
data:mathml:
- 'mathml\.'
- '\/docs\/Web\/MathML'
data:svg :paintbrush::
data:svg:
- 'svg\.'
- '\/docs\/Web\/SVG'
data:wasm :mechanical_arm::
data:wasm:
- 'webassembly\.'
- '\/docs\/WebAssembly'
data:webdriver :racing_car::
data:webdriver:
- 'webdriver\.'
- '\/docs\/Web\/WebDriver'
data:webext :game_die::
data:webext:
- 'webextensions\.'
- '\/docs\/Mozilla\/Add-ons'
8 changes: 4 additions & 4 deletions docs/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Some labels act as special-use flags. Use the following labels according to these guidelines.

## not ready
## not ready

| Pulls | Issues | Blocker |
| ----- | ------ | ------- |
Expand All @@ -14,7 +14,7 @@ Set this label on any issue or PR that cannot proceed without some additional ac

For example, if a pull request cannot be merged without another issue being resolved first, then set the label and leave a comment linking to the blocking issue.

## needs content update 📝
## needs content update

| Pulls | Issues | Blocker |
| ----- | ------ | ------- |
Expand All @@ -32,7 +32,7 @@ When in doubt, set the label. Better to find that content changes are unnecessar

Remove this label after a pull request, which makes the required content changes, has been opened. A content change in progress is sufficient to merge compat data changes.

## semver-minor-bump
## semver-minor-bump

| Pulls | Issues | Blocker |
| ----- | ------ | ------- |
Expand All @@ -55,7 +55,7 @@ Do not set this label on a pull request when it:

Remove this label upon committing a release note to a release note pull request (see [_Publishing a new version of `@mdn/browser-compat-data`_](./publishing.md#publishing-a-new-version-of-mdnbrowser-compat-data)).

## semver-major-bump 🚨
## semver-major-bump

| Pulls | Issues | Blocker |
| ----- | ------ | ------- |
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/semver-pulls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import { queryPRs } from './utils.js';

const releaseNotesLabels = {
major: 'semver-major-bump 🚨',
minor: 'semver-minor-bump',
major: 'semver-major-bump',
minor: 'semver-minor-bump',
};

/**
Expand Down

0 comments on commit c21ff84

Please sign in to comment.