Skip to content

Commit

Permalink
chore(root): update issue templates and bots configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh authored Nov 22, 2024
1 parent 3b405b4 commit 93066ad
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 48 deletions.
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A clear and concise description of what the bug is.
## To reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -35,16 +36,16 @@ If applicable, add screenshots to help explain your problem.

## Desktop (please complete the following information)

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Smartphone (please complete the following information)

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

## Additional context

Expand All @@ -55,14 +56,15 @@ Add any other context about the problem here.
- Node:
- NPM:
- Yarn:
- PNPM:
- Deno:

## Package manager

- [ ] NPM
- [ ] Yarn
- [ ] PNPM

## Plugin version

- [ ] 1.4.x
- [ ] 1.2.x
- [ ] 1.0.x
- version:
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/need-helps-with-the-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Explain to us how to get the same problem or provide a small example repository
- Node:
- NPM:
- Yarn:
- PNPM:

## Package manager

- [ ] NPM
- [ ] Yarn
- [ ] PNPM

## Plugin version

- [ ] 1.4.x
- [ ] 1.2.x
- [ ] 1.0.x
- version:
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/vulnerability.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ If you have an approach to fix it or an idea about how to sort out the problem p
- Node:
- NPM:
- Yarn:
- PNPM:

## Package manager

- [ ] NPM
- [ ] Yarn
- [ ] PNPM

## Plugin version

- [ ] 1.4.x
- [ ] 1.2.x
- [ ] 1.0.x
- version:
26 changes: 10 additions & 16 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,14 @@ labelPRBasedOnFilePath:

# Complex: Add 'area/core' label to any change within the 'core' package
core:
- packages/gmap-vue/src/*

tests:
- packages/gmap-vue/test/*

examples:
- packages/gmap-vue/examples/*

config:
- packages/gmap-vue/config/*
- packages/v3/src/*

# Add 'test' label to any change to *.spec.js files within the source dir
test:
- packages/gmap-vue/src/**/*.spec.js
test:unit:
- packages/v3/tests/*

test:e2e:
- packages/v3/cypress/*

##### Greetings ########################################################################################################
# Comment to be posted to welcome users when they open their first PR
Expand All @@ -38,7 +32,7 @@ labelPRBasedOnFilePath:
###### IssueLink Adder #################################################################################################
# Insert Issue (Jira/Github etc) link in PR description based on the Issue ID in PR title.
insertIssueLinkInPrDescription:
# specify the placeholder for the issue link that should be present in the description
# specify the placeholder for the issue link that should be present in the description
descriptionIssuePlaceholderRegexp: "^Issue link: (.*)$"
matchers:
# you can have several matches - for different types of issues
Expand Down Expand Up @@ -83,9 +77,9 @@ checkUpToDate:
# The default branch is "master", change the branch if you want to check against a different target branch
targetBranch: master
files:
# File paths that you want to check for
# In this example, it checks if the branch is up to date when alembic migrations are modified in the PR.
# It helps avoid multiple heads in alembic migrations in a collaborative development project.
# File paths that you want to check for
# In this example, it checks if the branch is up to date when alembic migrations are modified in the PR.
# It helps avoid multiple heads in alembic migrations in a collaborative development project.
- airflow/migrations/*
- airflow/migrations/**/*
- airflow/alembic.ini
14 changes: 6 additions & 8 deletions .github/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ skipCreatedBefore: false

# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels:
- backlog
- bugs
- "👨🏻‍💻 backlog"
- "👨🏻‍💻 bug"
- help wanted
- ready for reviewers
- recheck
- stand by
- under investigation
- vulnerability
- wip
- "🛠️ recheck"
- "🛠️ stand by"
- "🛠️ under investigation"
- "🛟 security:vulnerability"

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: outdated
Expand Down
14 changes: 6 additions & 8 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ daysUntilStale: 1095
daysUntilClose: 183
# Issues with these labels will never be considered stale
exemptLabels:
- backlog
- bugs
- "👨🏻‍💻 backlog"
- "👨🏻‍💻 bug"
- help wanted
- ready for reviewers
- recheck
- stand by
- under investigation
- vulnerability
- wip
- "🛠️ recheck"
- "🛠️ stand by"
- "🛠️ under investigation"
- "🛟 security:vulnerability"
# provided by default
- pinned
- security
Expand Down

0 comments on commit 93066ad

Please sign in to comment.