You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ Resolves #ISSUE_NUMBER
11
11
### Before the change?
12
12
<!-- Please describe the current behavior that you are modifying. -->
13
13
14
-
*
14
+
*
15
15
16
16
### After the change?
17
17
<!-- Please describe the behavior or changes that are being added by this PR. -->
18
18
19
-
*
19
+
*
20
20
21
21
22
22
### Other information
23
23
<!-- Any other information that is important to this PR -->
24
24
25
-
*
25
+
*
26
26
27
27
----
28
28
@@ -36,20 +36,20 @@ Resolves #ISSUE_NUMBER
36
36
### Does this introduce a breaking change?
37
37
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
38
38
39
-
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!
39
+
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/main/community/breaking_changes.md) to help!
40
40
41
41
-[ ] Yes (Please add the `Type: Breaking change` label)
42
42
-[ ] No
43
43
44
-
If `Yes`, what's the impact:
44
+
If `Yes`, what's the impact:
45
45
46
46
* N/A
47
47
48
48
49
49
### Pull request type
50
50
51
-
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
52
-
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
51
+
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
52
+
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
53
53
54
54
Please add the corresponding label for change this PR introduces:
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
13
13
14
14
on:
15
15
push:
16
-
branches: [ "master" ]
16
+
branches: [ "main" ]
17
17
pull_request:
18
18
# The branches below must be a subset of the branches above
19
-
branches: [ "master" ]
19
+
branches: [ "main" ]
20
20
schedule:
21
21
- cron: '30 23 * * 2'
22
22
@@ -48,11 +48,11 @@ jobs:
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
49
49
# By default, queries listed here will override any specified in a config file.
50
50
# Prefix the list here with "+" to use these queries and those in the config file.
51
-
51
+
52
52
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
53
53
# queries: security-extended,security-and-quality
54
54
55
-
55
+
56
56
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
57
# If this step fails, then you should remove it and run the build manually (see below)
58
58
- name: Autobuild
@@ -61,7 +61,7 @@ jobs:
61
61
# ℹ️ Command-line programs to run using the OS shell.
62
62
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
63
63
64
-
# If the Autobuild fails above, remove it and uncomment the following three lines.
64
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
65
65
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@@ -33,10 +33,10 @@ If you don't need the Plugin API then using [`@octokit/request`](https://github.
33
33
Browsers
34
34
</th><tdwidth=100%>
35
35
Load <code>@octokit/core</code> directly from <ahref="https://cdn.skypack.dev">cdn.skypack.dev</a>
0 commit comments