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

Provide proper job names for github UI #79

Closed
wants to merge 1 commit into from

Conversation

boesing
Copy link
Member

@boesing boesing commented Mar 3, 2022

Q A
New Feature yes

Description

This feature is based on the feedback from @Ocramius in #76 and provides better namings to github UI.
This will also prevent #31 with its extended commands where we do check for linting before actually executing the command itself.

This feature is based on the feedback from @Ocramius in laminas#76 and provides better namings to github UI.
This will also prevent laminas#31 with its extended commands where we do check for linting before actually executing the command itself.

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>

if (jobValue === exclusionValue) {
matches += 1;
} else if (excludeKey === 'name' && job.deprecatedName !== '' && exclusionValue === job.deprecatedName) {
Copy link
Member Author

@boesing boesing Mar 3, 2022

Choose a reason for hiding this comment

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

This is actually the BC layer for the issue mentioned in #76 (comment)

@boesing boesing closed this Mar 24, 2022
@boesing boesing mentioned this pull request Mar 25, 2022
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant