Skip to content

Change pr label workflow and add issue workflow#156

Merged
damskii9992 merged 2 commits intodevelopfrom
label_workflows
Nov 3, 2025
Merged

Change pr label workflow and add issue workflow#156
damskii9992 merged 2 commits intodevelopfrom
label_workflows

Conversation

@damskii9992
Copy link
Copy Markdown
Contributor

This PR finally adds the workflow to add labels to issues and it also updates the workflow that checks labels on pull requests.

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This pull request does not contain a valid label. Please add one of the following labels: ['chore', 'fix', 'bugfix', 'bug', 'enhancement', 'feature', 'dependencies', 'documentation']

@damskii9992 damskii9992 added the [scope] maintenance Code/tooling cleanup, no feature or bugfix (major.minor.PATCH) label Oct 28, 2025
prefix: "[scope]"
addLabel: true
defaultLabel: "[priority] ⚠️ label needed"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The workflow doesn't explicitly declare permissions. GITHUB_TOKEN gives you default permissions, but I think it's better to be explicit about what the workflow needs:

permissions:
  issues: write

@damskii9992 damskii9992 requested a review from rozyczko November 3, 2025 10:43
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@7da049b). Learn more about missing BASE report.
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #156   +/-   ##
==========================================
  Coverage           ?   73.06%           
==========================================
  Files              ?       47           
  Lines              ?     3943           
  Branches           ?      671           
==========================================
  Hits               ?     2881           
  Misses             ?      868           
  Partials           ?      194           

Copy link
Copy Markdown
Member

@rozyczko rozyczko left a comment

Choose a reason for hiding this comment

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

lgtm now

@damskii9992 damskii9992 merged commit a3a9bcb into develop Nov 3, 2025
36 checks passed
@damskii9992 damskii9992 deleted the label_workflows branch November 3, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[scope] maintenance Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants