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

Update README.md - fix links #4340

Conversation

MarcoRossignoli
Copy link
Contributor

@MarcoRossignoli MarcoRossignoli commented Mar 7, 2023

Fixes #4173 (comment) we forgot to update the links

@microsoft-github-policy-service microsoft-github-policy-service bot enabled auto-merge (squash) March 7, 2023 10:18
@MarcoRossignoli MarcoRossignoli changed the title Update README.md Update README.md - fix links Mar 7, 2023
@MarcoRossignoli
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@RussKie
Copy link
Member

RussKie commented Mar 27, 2023

@MarcoRossignoli I suggest you update this

trigger:
- main
- rel/*
pr:
- main
- rel/*

...to look something like this:

trigger:
  batch: true
  branches:
    include:
    - release/*
    - main
  paths:
    include:
    - '*'
    exclude:
    - eng/Version.Details.xml
    - .github/*
    - docs/*
    - CODE-OF-CONDUCT.md
    - LICENSE.TXT
    - PATENTS.TXT
    - README.md
    - SECURITY.md
    - THIRD-PARTY-NOTICES.TXT

pr:
  branches:
    include:
    - release/*
    - main
  paths:
    include:
    - '*'
    exclude:
    - eng/Version.Details.xml
    - .github/*
    - docs/*
    - CODE-OF-CONDUCT.md
    - LICENSE.TXT
    - PATENTS.TXT
    - README.md
    - SECURITY.md
    - THIRD-PARTY-NOTICES.TXT

@MarcoRossignoli
Copy link
Contributor Author

MarcoRossignoli commented Mar 27, 2023

thanks @RussKie for the suggestion, we're in the middle of a pipeline refactoring, @nohwnd is on it and maybe can include the suggestion if it's still needed.

@MarcoRossignoli
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit f134a29 into microsoft:main Apr 3, 2023
@MarcoRossignoli MarcoRossignoli deleted the MarcoRossignoli-patch-1 branch April 3, 2023 08:40
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.

3 participants