Skip to content

Commit 7e8b972

Browse files
Merge branch 'develop' into required-phrase-rules
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
2 parents df5ddd7 + 8de1e90 commit 7e8b972

5,153 files changed

Lines changed: 227687 additions & 195741 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pyproject.toml export-subst
44

55
# data in the tests should be kept as is
6-
**/data/** binary
6+
test/**/data/** binary
77
**/assets/** binary
88
**/samples/** binary
99
*.pyz binary

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Make sure these boxes are checked before your pull request (PR) is ready to be r
1717
* [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
1818
Run [tests](https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html#running-tests) locally to check for errors.
1919
* [ ] Commits are in uniquely-named feature branch and has no merge conflicts 📁
20-
20+
* [ ] Looked for possible updates in documentation and added updates if applicable
21+
* [ ] Updated CHANGELOG.rst
2122
<!--
2223
We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged**
2324
if your tests fail at first!

.github/workflows/about-files-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/docs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

0 commit comments

Comments
 (0)