Skip to content
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

RELEASES: v3.0.3 #111

Merged
merged 1 commit into from
May 21, 2024
Merged

RELEASES: v3.0.3 #111

merged 1 commit into from
May 21, 2024

Conversation

cjdutoit
Copy link
Collaborator

RELEASES: v3.0.3
This release introduces a new label job component that can be used to automatically label pull requests based on the pull request title.

To utilize the new label job, add a job like this:

Jobs = new Dictionary<string, Job>
{
    {
        "label",
        new LabelJob(
            runsOn: BuildMachines.UbuntuLatest,
            githubToken: "${{ secrets.PAT_FOR_TAGGING }}")
    },
    // Other jobs can be listed here
}
  • Replace ${{ secrets.PAT_FOR_TAGGING }} with your own secret name if different

  • For this, your fine grained access token will need Read and Write permissions for Issues and Pull requests

@cjdutoit cjdutoit added the RELEASES Creation of new releases for software / packages label May 21, 2024
@cjdutoit cjdutoit requested a review from glhays May 21, 2024 22:12
@cjdutoit cjdutoit merged commit a9178b5 into main May 21, 2024
4 checks passed
@cjdutoit cjdutoit deleted the users/cjdutoit/releases-v3.0.3 branch May 21, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RELEASES Creation of new releases for software / packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants