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

Modify main GitHub action to include other configurations and auto-generated changelog #830

Merged
merged 26 commits into from
Mar 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bbc9213
Added other configurations to ci.
soumyamahunt Mar 25, 2021
f1dbe3b
Added ignored paths and robust version checking.
soumyamahunt Mar 25, 2021
a15921d
Implement selecting configuration based on event triggered.
soumyamahunt Mar 25, 2021
5108473
Fix typo.
soumyamahunt Mar 25, 2021
76842b8
Fix json error
soumyamahunt Mar 25, 2021
3cedd6d
Fix typo.
soumyamahunt Mar 25, 2021
d24f0bf
Fix action failure.
soumyamahunt Mar 25, 2021
aeb2a32
Fix failure in debug mode.
soumyamahunt Mar 25, 2021
de6f36e
Update branch.
soumyamahunt Mar 26, 2021
1767228
Fix typo.
soumyamahunt Mar 26, 2021
419d9cc
Fix typo.
soumyamahunt Mar 26, 2021
5909267
Update action and automated changelog.
soumyamahunt Mar 27, 2021
4192a93
Merge branch 'master' into github-action
soumyamahunt Mar 27, 2021
3a4b78e
Refactor task.
soumyamahunt Mar 27, 2021
3a43a4f
Merge branch 'github-action' of https://github.com/soumyamahunt/Notep…
soumyamahunt Mar 27, 2021
26718a5
Refactor action.
soumyamahunt Mar 27, 2021
a372b7b
Refactor action.
soumyamahunt Mar 27, 2021
826466d
Refactor action.
soumyamahunt Mar 27, 2021
a7af94f
Fix typo.
soumyamahunt Mar 27, 2021
8db0b46
Implement testing for arm in debug configuration.
soumyamahunt Mar 28, 2021
6bb661e
Fix typo.
soumyamahunt Mar 28, 2021
641bc9d
Added more paths to ignore.
soumyamahunt Mar 28, 2021
7d8e5ca
Implement manually triggering release.
soumyamahunt Mar 28, 2021
624aefc
Update GitHub release process.
soumyamahunt Mar 28, 2021
fb55d0c
Fix typo.
soumyamahunt Mar 28, 2021
02a1599
Combine codeql-analysis in main action.
soumyamahunt Mar 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

## PR Type
What kind of change does this PR introduce?
<!-- Please uncomment one or more that apply to this PR. -->
<!-- Please uncomment one or more that apply to this PR and apply required prefix to the title. -->

<!-- - Bugfix -->
<!-- Prefix title with "fix: " -->

<!-- - Feature -->
<!-- Prefix title with "feat: " -->

<!-- - Translation -->
<!-- Prefix title with "trans: " -->

<!-- - Documentation content changes -->
<!-- Prefix title with "doc: " -->

<!-- - CI/CD pipeline changes -->
<!-- Prefix title with "ci: " -->

<!-- - Other... Please describe: -->
<!-- Prefix title with "other: " or custom label with the same format ("label: ") -->

## Other information
73 changes: 0 additions & 73 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Loading