Commit Graph

1860 Commits

Author SHA1 Message Date
Zach Borboa e4c1a09b9d Merge pull request #825 from php-curl-class/create-pull-request/patch
Update pre-commit dependencies
2023-11-22 14:36:10 -08:00
github-actions[bot] 91eff8acf7 Update pre-commit dependencies 2023-11-22 14:14:48 -08:00
Zach Borboa 15d7468507 Approve pull request only if not already approved 2023-11-22 14:10:58 -08:00
Zach Borboa 826ead13c1 Display list of supported PHP versions with newest first 2023-10-28 18:39:25 -07:00
Zach Borboa 0fbe4d0efc Increase recent pull request limit 2023-10-26 15:24:47 -07:00
Zach Borboa 09da6860bb Delete pre-commit auto-update branch when pull request is closed 2023-10-26 14:04:38 -07:00
Zach Borboa ea520dd34f Merge pull request #823 from php-curl-class/dependabot/pip/pygithub-2.1.1
Bump pygithub from 1.59.1 to 2.1.1
2023-10-26 14:00:37 -07:00
Zach Borboa e6b5829ef3 Merge branch 'master' into dependabot/pip/pygithub-2.1.1 2023-10-26 13:19:44 -07:00
Zach Borboa bf41c335a0 Merge pull request #821 from php-curl-class/create-pull-request/patch
Update pre-commit dependencies
2023-10-26 13:19:24 -07:00
Zach Borboa d45ef941da Merge branch 'master' into dependabot/pip/pygithub-2.1.1 2023-10-26 12:53:23 -07:00
Zach Borboa f765692f66 Merge branch 'master' into create-pull-request/patch 2023-10-26 12:52:42 -07:00
Zach Borboa 0706fa2186 Attempt to fix pre-commit auto update pull request approvals
Command:
  gh pr review --approve "https://github.com/php-curl-class/php-curl-class/pull/821"
  shell: /usr/bin/bash -e {0}
  env:
    PULL_REQUEST_NUMBER: 821
    GITHUB_TOKEN: ***
failed to create review: GraphQL: Can not approve your own pull request (addPullRequestReview)
Error: Process completed with exit code 1.
2023-10-26 12:50:47 -07:00
github-actions[bot] 55e1888947 Update pre-commit dependencies 2023-10-26 18:04:02 +00:00
dependabot[bot] d4a2937e45 Bump pygithub from 1.59.1 to 2.1.1
Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.1 to 2.1.1.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](https://github.com/pygithub/pygithub/compare/v1.59.1...v2.1.1)

---
updated-dependencies:
- dependency-name: pygithub
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 14:41:03 +00:00
github-actions[bot] 23b2900101 Merge pull request #824 from php-curl-class/dependabot/pip/gitpython-3.1.40
Bump gitpython from 3.1.37 to 3.1.40
2023-10-26 14:39:53 +00:00
dependabot[bot] 9c75d7c8f0 Bump gitpython from 3.1.37 to 3.1.40
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.40.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.40)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 13:56:09 +00:00
Zach Borboa afc3d3b42f Add label "cleanup-no-release-required" to dependabot pull requests for github-actions updates 2023-10-26 06:54:41 -07:00
Zach Borboa f102dee02c Merge pull request #822 from php-curl-class/dependabot/github_actions/tj-actions/changed-files-40
Bump tj-actions/changed-files from 39 to 40
2023-10-26 05:16:16 -07:00
dependabot[bot] 4b7fcc6f4f Bump tj-actions/changed-files from 39 to 40
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v39...v40)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 09:48:56 +00:00
Zach Borboa d6ede93924 Fix static type checker error
Error message:
    error: Import "urlparse" could not be resolved
    (reportMissingImports)
2023-10-21 19:19:57 -07:00
Zach Borboa 0921e8391a Fix static type checker error
Error message:
    error: "Repo" is not exported from module "git"
    (reportPrivateImportUsage)
2023-10-21 19:14:04 -07:00
Zach Borboa 671b6ad1c6 Fix static type checker error
Error message:
    error: Argument of type "str | None" cannot be assigned to parameter
    "full_name_or_id" of type "int | str" in function "get_repo"
    (reportGeneralTypeIssues)
2023-10-21 19:01:58 -07:00
Zach Borboa 1c47fc9d02 Clean up 2023-10-21 06:20:13 -07:00
Zach Borboa 268c9e5630 Clean up 2023-10-21 06:08:18 -07:00
Zach Borboa 69034d052f Wrap option string values in quotes when displaying diagnostic output 2023-10-21 06:05:18 -07:00
Zach Borboa 35e14e3cdd Approve pre-commit updates 2023-10-17 19:29:13 -07:00
Zach Borboa 6c90a1a3b4 Merge pull request #819 from php-curl-class/create-pull-request/patch
Update pre-commit dependencies
2023-10-17 19:25:44 -07:00
Zach Borboa 867e2ad246 Merge branch 'master' into create-pull-request/patch 2023-10-17 18:28:56 -07:00
Zach Borboa 7099446765 Update pre-commit auto update attribution 2023-10-17 18:27:47 -07:00
Zach Borboa e636a786ea Merge branch 'master' into create-pull-request/patch 2023-10-17 18:26:34 -07:00
Zach Borboa 38e7d156c7 Display pull request created during pre-commit auto update 2023-10-17 17:56:04 -07:00
github-actions[bot] 7d5742aae1 Merge pull request #820 from php-curl-class/dependabot/pip/scripts/urllib3-2.0.7
Bump urllib3 from 2.0.6 to 2.0.7 in /scripts
2023-10-17 21:30:21 +00:00
dependabot[bot] 91f51a48f4 Bump urllib3 from 2.0.6 to 2.0.7 in /scripts
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 21:04:11 +00:00
zachborboa 4ef483d744 Update pre-commit dependencies 2023-10-17 19:09:38 +00:00
Zach Borboa d7ca5f2297 Fix pre-commit workflow error when writing multiline string
Error message:
    Error: Unable to process file command 'output' successfully.
    Error: Invalid format 'index cd0e971..e9a93b2 100644'
2023-10-17 12:06:37 -07:00
Zach Borboa 8e53e86d0d Add cron schedule to run pre-commit update workflow 2023-10-10 17:20:32 -07:00
github-actions[bot] ac110762ef Merge pull request #818 from php-curl-class/dependabot/pip/scripts/gitpython-3.1.37
Bump gitpython from 3.1.35 to 3.1.37 in /scripts
2023-10-10 21:18:32 +00:00
dependabot[bot] 31122d793c Bump gitpython from 3.1.35 to 3.1.37 in /scripts
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.35 to 3.1.37.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.37)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 20:54:46 +00:00
Zach Borboa b86e5d8894 Include changes in pre-commit update pull request 2023-10-06 07:56:41 -07:00
Zach Borboa 1b92e03a92 Clean up 2023-10-06 07:56:41 -07:00
Zach Borboa 251e8c9908 Add labels to pre-commit update pull request 2023-10-06 07:56:41 -07:00
Zach Borboa aeb2957383 Set actions/checkout option persist-credentials 2023-10-06 07:56:41 -07:00
Zach Borboa 66b0d06936 Merge pull request #817 from php-curl-class/create-pull-request/patch
Update pre-commit dependencies
2023-10-06 07:28:31 -07:00
zachborboa 93eb683b25 Update pre-commit dependencies 2023-10-06 14:03:50 +00:00
Zach Borboa 1704942a84 Add workflow to update pre-commit dependencies 2023-10-06 07:01:34 -07:00
Zach Borboa 796ee0a09a Run pip-compile pre-commit from within the scripts/ directory to match the files generated by Dependabot 2023-10-06 05:19:18 -07:00
Zach Borboa c1757b287a Clean up 2023-10-05 19:18:24 -07:00
Zach Borboa 4c54b5f824 Add label to mark dependabot updates as not requiring release 2023-10-03 18:29:32 -07:00
github-actions[bot] d23364b10d Merge pull request #816 from php-curl-class/dependabot/pip/scripts/urllib3-2.0.6
Bump urllib3 from 2.0.4 to 2.0.6 in /scripts
2023-10-03 02:34:57 +00:00
Zach Borboa a998b03f25 Merge branch 'master' into dependabot/pip/scripts/urllib3-2.0.6 2023-10-02 18:49:17 -07:00