diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index ca17232ea..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Report a bug in Sherlock's functionality -title: "" -labels: bug -assignees: "" ---- - - - -## Checklist - - - -- [ ] I'm reporting a bug in Sherlock's functionality -- [ ] The bug I'm reporting is not a false positive or a false negative -- [ ] I've verified that I'm running the latest version of Sherlock -- [ ] I've checked for similar bug reports including closed ones -- [ ] I've checked for pull requests that attempt to fix this bug - -## Description - - - -WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 97ff018a9..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Feature request -about: Request a new functionality for Sherlock -title: "" -labels: enhancement -assignees: "" ---- - - - -## Checklist - - - -- [ ] I'm reporting a feature request -- [ ] I've checked for similar feature requests including closed ones - -## Description - - - -WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 72d0b11bb..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Question -about: Ask us a question -title: "" -labels: question -assignees: "" ---- - - - -## Checklist - - - -- [ ] I'm asking a question regarding Sherlock -- [ ] My question is not a tech support question. - -**We are not your tech support**. If you have questions related to `pip`, `git`, -or something that is not related to Sherlock, please ask them on -[`Stack Overflow`](https://stackoverflow.com/) or -[`r/learnpython`](https://www.reddit.com/r/learnpython/) - -## Question - -ASK YOUR QUESTION HERE diff --git a/.github/ISSUE_TEMPLATE/reporting-false-negative.md b/.github/ISSUE_TEMPLATE/reporting-false-negative.md deleted file mode 100644 index 5a618df56..000000000 --- a/.github/ISSUE_TEMPLATE/reporting-false-negative.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Reporting false negative -about: Reporting a site that is returning false positives -title: "" -labels: false negative -assignees: "" ---- - - - -## Checklist - - - -- [ ] I'm reporting a website that is returning **false negative** results -- [ ] I've checked for similar site support requests including closed ones -- [ ] I've checked for pull requests attempting to fix this false negative -- [ ] I'm only reporting **one** site (create a separate issue for each site) - -## Description - - - -WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/reporting-false-positive.md b/.github/ISSUE_TEMPLATE/reporting-false-positive.md deleted file mode 100644 index a1fd8e355..000000000 --- a/.github/ISSUE_TEMPLATE/reporting-false-positive.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Reporting false positive -about: Reporting a site that is returning false positives -title: "" -labels: false positive -assignees: "" ---- - - - -## Checklist - - - -- [ ] I'm reporting a website that is returning **false positive** results -- [ ] I've checked for similar site support requests including closed ones -- [ ] I've checked for pull requests attempting to fix this false positive -- [ ] I'm only reporting **one** site (create a separate issue for each site) - -## Description - - - -WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/site-support-request.md b/.github/ISSUE_TEMPLATE/site-support-request.md deleted file mode 100644 index 30e658876..000000000 --- a/.github/ISSUE_TEMPLATE/site-support-request.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Site support request -about: Request support for a new site -title: "" -labels: site support request -assignees: "" ---- - - - -## Checklist - - - -- [ ] I'm requesting support for a new site -- [ ] I've checked for similar site support requests including closed ones -- [ ] I've checked that the site I am requesting has not been removed in the - past and is not documented in - [`removed_sites.md`](https://github.com/sherlock-project/sherlock/blob/master/removed_sites.md) -- [ ] The site I am requesting support for is not a pornographic website -- [ ] I'm only requesting support of **one** website (create a separate issue - for each site) - -## Description - - - -URL: diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 0234884cb..ab334a33d 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.0 + - uses: pozil/auto-assign-issue@v2.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9aecad4d..d4ef1222c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - "3.8" - "3.7" steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0caffb385..ba4d4c29f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: matrix: ${{ fromJson(needs.getchange.outputs.matrix) }} steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v5 with: diff --git a/.github/workflows/update-site-list.yml b/.github/workflows/update-site-list.yml index 5b622ab0a..bd9d9c14d 100644 --- a/.github/workflows/update-site-list.yml +++ b/.github/workflows/update-site-list.yml @@ -17,7 +17,7 @@ jobs: steps: # Check out the code at the specified pull request head commit - name: Checkout code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0