We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab126d commit 512e7a9Copy full SHA for 512e7a9
.github/pull_request_template.md
@@ -4,4 +4,4 @@
4
5
## How do we test the changes introduced in this PR?
6
7
-## Extra Notes
+## Extra Notes
.github/workflows/update-license-year.yml
@@ -16,10 +16,10 @@ jobs:
16
uses: actions/checkout@v2
17
with:
18
fetch-depth: 0
19
-
+
20
- name: Set Current year
21
run: "echo CURRENT=$(date +%Y) >> $GITHUB_ENV"
22
23
- name: Set Previous Year
24
run: "echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
25
0 commit comments