Skip to content

Commit

Permalink
Merge pull request #366 from Game-as-a-Service/doc/ci-add-doc-label
Browse files Browse the repository at this point in the history
doc: 👷 update ci add "doc" label and remove dependabot
  • Loading branch information
JohnsonMao authored Dec 10, 2023
2 parents a7e0c0c + 2e501fe commit ecbde5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
// Define keyword-to-label mapping
const labelRules = [
{ keyword: 'feat', label: 'feature' },
{ keyword: 'doc', label: 'documentation' },
{ keyword: '[WIP]', label: "don't merge" },
{ keyword: 'refactor', label: 'refactor' },
{ keyword: 'fix', label: 'bug' },
{ keyword: '[RENOVATE-BOT]', label: 'dependency upgrade' },
{ keyword: '[DEPENDA-BOT]', label: 'dependency alerts' },
];
// Collect all labels that should be added according to the title
Expand Down

0 comments on commit ecbde5d

Please sign in to comment.