Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

chore: remove commit check from Azure DevOps pipeline #250

Merged
merged 1 commit into from
Jan 9, 2019

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Jan 8, 2019

Reason for Change:

make validate-commit-msg only looks at the most recent non-merge commit, which can be less than optimal. This removes that check from our Azure DevOps pipeline.

Instead let's try the probot semantic pull requests GitHub service. I enabled it and will test it with this PR.

screen shot 2019-01-08 at 10 53 38 am

Issue Fixed:

Requirements:

Notes:

@@ -49,7 +49,7 @@ jobs:
- script: make bootstrap
displayName: Install dependencies
workingDirectory: $(modulePath)
- script: make validate-commit-msg validate-copyright-headers test-style
Copy link
Contributor

Choose a reason for hiding this comment

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

should we also remove the script in the Makefile since we're not using it anymore?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'd still like to have a way to validate commit messages locally, and IMHO this still works fine for that case. I'll probably use it, but I can rip it out if we'd rather not have the clutter.

@CecileRobertMichon
Copy link
Contributor

+1 I like this so much better as a PR check

@CecileRobertMichon
Copy link
Contributor

/lgtm

@acs-bot
Copy link

acs-bot commented Jan 9, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, mboersma

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [CecileRobertMichon,mboersma]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mboersma mboersma merged commit e96dd7d into Azure:master Jan 9, 2019
@mboersma mboersma deleted the disable-hacky-commit-check branch January 9, 2019 16:02
juhacket pushed a commit to juhacket/aks-engine that referenced this pull request Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants