Compare commits

..

No commits in common. "d58eff8f1dc785b8f9ecccc4253be47bdc053fa8" and "208d8b0fa49c6d36ad96202cf6f9aa00c7242046" have entirely different histories.

5 changed files with 3575 additions and 8138 deletions

View file

@ -172,7 +172,15 @@ GitHub Actions will not run workflows when a branch is pushed by or a PR is open
### Without a Personal Authentication Token ### Without a Personal Authentication Token
Without using a Personal Authentication Token, close and reopen the pull request manually to kick off CI. Without using a Personal Authentication Token, you can manually run the following to kick off a CI run:
```
git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force
```
### With a Personal Authentication Token ### With a Personal Authentication Token

View file

@ -41,7 +41,15 @@ inputs:
GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.
**To run GitHub Actions workflows on this PR, close and re-open this pull request.** To run GitHub Actions workflows on this PR, run:
```sh
git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force
```
pr-labels: pr-labels:
description: "A comma or newline separated list of labels to set on the Pull Request to be created" description: "A comma or newline separated list of labels to set on the Pull Request to be created"
@ -110,7 +118,7 @@ runs:
- name: Import bot's GPG key for signing commits - name: Import bot's GPG key for signing commits
if: ${{ inputs.sign-commits == 'true' }} if: ${{ inputs.sign-commits == 'true' }}
id: import-gpg id: import-gpg
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0 uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
with: with:
gpg_private_key: ${{ inputs.gpg-private-key }} gpg_private_key: ${{ inputs.gpg-private-key }}
fingerprint: ${{ inputs.gpg-fingerprint }} fingerprint: ${{ inputs.gpg-fingerprint }}

10578
dist/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -35,13 +35,13 @@
"@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/eslint-plugin": "^7.18.0",
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.3",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.9.1", "eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-github": "^4.10.2", "eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3", "eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.3", "prettier": "^3.4.2",
"tsup": "^8.4.0", "tsup": "^8.3.6",
"typescript": "^5.8.2", "typescript": "^5.7.3",
"vitest": "^1.6.1" "vitest": "^1.6.1"
} }
} }

File diff suppressed because it is too large Load diff