Skip to content

for testing #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2023
Merged
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
17 changes: 5 additions & 12 deletions .github/workflows/label_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,11 @@ on:

jobs:
assignUnreleased:
name: Unreleased
name: Add Unreleased Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Apply unreleased label
uses: actions/github-script@v6
- uses: buildsville/add-remove-label@v2.0.0
with:
github-token: ${{secrets.MACHINE_GITHUB_API_TOKEN}}
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['unreleased']
})
token: ${{secrets.GITHUB_TOKEN}}
labels: Unreleased
type: add
10 changes: 9 additions & 1 deletion .github/workflows/require_semver_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@ jobs:
mode: exactly
count: 1
labels: "semver:patch, semver:minor, semver:major"
token: ${{secrets.MACHINE_GITHUB_API_TOKEN}}
add_comment: |
Add a semantic version label
semver:patch - non-breaking bug fixes or internal changes
semver:minor - non-breaking changes (additions, deprecations)
semver:major - contains changes that may break consumers
- uses: mheap/github-action-required-labels@v3
with:
mode: exactly
count: 1
labels: "unreleased"
labels: "unreleased"
token: ${{secrets.MACHINE_GITHUB_API_TOKEN}}
add_comment: The unrelease label is required to track which PRs have yet to be released.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy