Skip to content

Adding the blog post "Meshery Meetings: Where Newcomers Become Open Source Contributors"" and 2025 folder #5007

Adding the blog post "Meshery Meetings: Where Newcomers Become Open Source Contributors"" and 2025 folder

Adding the blog post "Meshery Meetings: Where Newcomers Become Open Source Contributors"" and 2025 folder #5007

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"