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

Remove triggers from pipelines and execute ABID validator on label change #2179

Merged
merged 3 commits into from
Sep 13, 2024

Conversation

p3dr0rv
Copy link
Collaborator

@p3dr0rv p3dr0rv commented Sep 13, 2024

Something changed on ADO and that caused the pipeline to stop running on PR, the solution was to remove the trigger tag.

If you didn't specify any triggers, and the Disable implied YAML CI trigger setting is not enabled, the default is as if you wrote:

trigger:
  branches:
    include:
    - '*'  # must quote since "*" is a YAML reserved character; we want a string

@p3dr0rv p3dr0rv requested a review from a team as a code owner September 13, 2024 06:38
Copy link

❌ Work item link check failed. Description does not contain AB#{ID}.

Click here to Learn more.

@p3dr0rv p3dr0rv added the No-Changelog This change does not update the changelog. label Sep 13, 2024
@p3dr0rv p3dr0rv changed the title Update validate-pr-ab-id.yml Remove triggers from pipelines and execute ABID validator on label change #2501 Sep 13, 2024
@p3dr0rv p3dr0rv changed the title Remove triggers from pipelines and execute ABID validator on label change #2501 Remove triggers from pipelines and execute ABID validator on label change Sep 13, 2024
@p3dr0rv p3dr0rv merged commit a116aca into dev Sep 13, 2024
42 checks passed
@p3dr0rv p3dr0rv deleted the pedroro/trigger-pipelines branch September 13, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No-Changelog This change does not update the changelog. skip AB ID validation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants