Skip to content

Add workflow to add internal label on PR for later filtering in relea…#45

Merged
bestrand merged 2 commits into
mainfrom
internal-labeler
Feb 5, 2024
Merged

Add workflow to add internal label on PR for later filtering in relea…#45
bestrand merged 2 commits into
mainfrom
internal-labeler

Conversation

@bestrand
Copy link
Copy Markdown
Contributor

@bestrand bestrand commented Feb 5, 2024

…se notes

pull_number: pull_request.number,
title: newTitle,
});
console.log("PR title updated", response.data.title);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Betre og bruke core.info() eller core.summary()

github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const { pull_request } = context.payload;
const newTitle = `${pull_request.title} [[INTERNAL]]`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sidan [[INTERNAL]] vert nytta 3 plassar bør du vurdere å lagre det som ein variabel

@bestrand bestrand merged commit 9988b8b into main Feb 5, 2024
@bestrand bestrand deleted the internal-labeler branch February 5, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants