diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 60a2b7af1b..eb455e3452 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ <_Include a description of the change and why this change was made._> -For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). +For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 46bdd4fbee..52fb6a2258 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,10 +29,12 @@ on: branches: - main - release/* + - dev/* pull_request: branches: - main - release/* + - dev/* paths-ignore: - '!**.c' - '!**.h' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc0f5763ec..2199e97489 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ Project Mu pull requests autopopulate a PR description from a template in most r 2. **Remove** this line of instructions so the PR description shows cleanly in release notes: - `"For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."` + `"For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."` 3. For each checkbox in the PR description, **place an "x"** in between `[` and `]` if true. Example: `[x]`. _(you can also check items in the GitHub UI)_