Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ This PR fixes #

**Notes for Reviewers**


**[Signed commits](https://docs.meshery.io/project/contributing#signing-off-on-commits-developer-certificate-of-origin)**

- [ ] Yes, I signed my commits.


<!--
Thank you for contributing to Meshery!
Thank you for contributing to Meshery!

Contributing Conventions:

1. Include descriptive PR titles with [<component-name>] prepended.
2. Build and test your changes before submitting a PR.
2. Build and test your changes before submitting a PR.
3. Sign your commits

By following the community's contribution conventions upfront, the review process will
By following the community's contribution conventions upfront, the review process will
be accelerated and your PR merged more quickly.
-->
17 changes: 7 additions & 10 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#-------------------------------------------------------------------------------
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Newcomers' Guide](https://docs.meshery.io/project/community#getting-involved-in-the-community) and sure to join the [community Slack](https://slack.meshery.io/).
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Newcomers' Guide](https://docs.meshery.io/project/community#getting-involved-in-the-community) and sure to join the [community Slack](https://slack.meshery.io/).
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Newcomers' Guide](https://docs.meshery.io/project/community#getting-involved-in-the-community) and sure to join the [community Slack](https://slack.meshery.io/).

Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://docs.meshery.io/project/contributing#general-contribution-flow).
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Newcomers' Guide](https://docs.meshery.io/project/community#getting-involved-in-the-community) and sure to join the [community Slack](https://slack.meshery.io/).

Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://docs.meshery.io/project/contributing#general-contribution-flow).

#-------------------------------------------------------------------------------
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
Expand All @@ -24,7 +23,7 @@ firstPRMergeComment: >
</picture>

&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; :star: Please leave a [star on the project](../stargazers). :smile:

#-------------------------------------------------------------------------------
# Configuration for request-info - https://github.com/behaviorbot/request-info
# Comment to reply with
Expand All @@ -34,7 +33,6 @@ requestInfoReplyComment: >
# keys must be GitHub usernames
#requestInfoUserstoExclude:


#-------------------------------------------------------------------------------
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
Expand All @@ -44,4 +42,3 @@ sentimentBotToxicityThreshold: .9
# *Required* Comment to reply with
sentimentBotReplyComment: >
Please be sure to review the code of conduct and be respectful of other users.

14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 4
reviewers:
- alphaX86
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 4
reviewers:
- alphaX86
14 changes: 8 additions & 6 deletions .github/label-commenter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ labels:
- name: issue/dco
labeled:
issue:
body: "🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. _A what?_ A commit sign-off (your email address).\n\n
To amend the commits in this PR with your signoff using the instructions provided in the DCO check. \n\n
To configure your dev environment to automatically signoff on your commits in the future, see [these instructions](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)."
body:
"🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. _A what?_ A commit sign-off (your email address).\n\n
To amend the commits in this PR with your signoff using the instructions provided in the DCO check. \n\n
To configure your dev environment to automatically signoff on your commits in the future, see [these instructions](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)."
action: open
pr:
body: "🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. _A what?_ A commit sign-off (your email address).\n\n
To amend the commits in this PR with your signoff using the instructions provided in the DCO check. \n\n
To configure your dev environment to automatically signoff on your commits in the future, see [these instructions](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)."
body:
"🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. _A what?_ A commit sign-off (your email address).\n\n
To amend the commits in this PR with your signoff using the instructions provided in the DCO check. \n\n
To configure your dev environment to automatically signoff on your commits in the future, see [these instructions](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)."
action: open
- name: component/ui
labeled:
Expand Down
36 changes: 18 additions & 18 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
name-template: "v$NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: '🚀 Features'
- title: "🚀 Features"
labels:
- 'kind/feature'
- 'kind/enhancement'
- title: '🐛 Bug Fixes'
- "kind/feature"
- "kind/enhancement"
- title: "🐛 Bug Fixes"
labels:
- 'kind/fix'
- 'kind/bugfix'
- 'kind/bug'
- title: '🧰 Maintenance'
labels:
- 'kind/chore'
- 'area/ci'
- 'area/tests'
- "kind/fix"
- "kind/bugfix"
- "kind/bug"
- title: "🧰 Maintenance"
labels:
- "kind/chore"
- "area/ci"
- "area/tests"
- title: 📖 Documentation
label: area/docs
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
label: area/docs
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
template: |
## What's new ?
$CHANGES

## Contributors

Thanks a lot to our contributors for making this release possible:
$CONTRIBUTORS
6 changes: 3 additions & 3 deletions .github/security-insights.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
header:
schema-version: 2.0.0
last-updated: '2025-01-01'
last-reviewed: '2025-01-01'
last-updated: "2025-01-01"
last-reviewed: "2025-01-01"
url: https://github.com/meshery/meshery.io/blob/master/.github/security-insights.yml
comment: |
This file contains the security insights information for the Meshery project.
Expand All @@ -17,7 +17,7 @@ project:
- name: meshery.io
url: https://github.com/meshery/meshery.io
comment: |
Website for Meshery.
Website for Meshery.
vulnerability-reporting:
reports-accepted: true
bug-bounty-available: false
Expand Down
Loading
Loading