Compare commits

..

9 commits

Author SHA1 Message Date
Graham Christensen
d58eff8f1d
Merge pull request #152 from detsys-pr-bot/detsys-ts-update-4c7ff9706e6466d7c03c58a3479ed212d6ffb5ba
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled
Update `detsys-ts`: Merge pull request #74 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-eb3d92718e
2025-03-19 17:26:39 -04:00
grahamc
8d81dfe006 Update detsys-ts for: Merge pull request #74 from DeterminateSystems/dependabot/npm_and_yarn/npm-deps-eb3d92718e (4c7ff9706e6466d7c03c58a3479ed212d6ffb5ba) 2025-03-19 21:20:59 +00:00
Graham Christensen
f71609bc55
Merge pull request #138 from DeterminateSystems/dependabot/github_actions/crazy-max/ghaction-import-gpg-6.2.0
build(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0
2025-03-19 16:14:03 -04:00
Graham Christensen
a522afcccd
Merge pull request #149 from detsys-pr-bot/detsys-ts-update-c54767c24f0861de794605b03ed5604546d4a337
Update `detsys-ts`: Merge pull request #72 from DeterminateSystems/dependabot
2025-03-19 16:13:04 -04:00
grahamc
8368f542ad Update detsys-ts for: Merge pull request #72 from DeterminateSystems/dependabot (c54767c24f0861de794605b03ed5604546d4a337) 2025-03-19 20:11:07 +00:00
Graham Christensen
86cbeff68e
Merge pull request #148 from DeterminateSystems/simpler-instructions
Update the text with much simpler 'run ci' instructions.
2025-03-19 12:26:28 -04:00
Graham Christensen
e64717fb04
Update action.yml
Co-authored-by: Cole Helbling <cole.helbling@determinate.systems>
2025-03-19 12:25:15 -04:00
Graham Christensen
d99e45a16b Update the text with much simpler 'run ci' instructions. 2025-03-19 12:13:08 -04:00
dependabot[bot]
1cc1733537
build(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](01dd5d3ca4...cb9bde2e25)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 01:50:01 +00:00
5 changed files with 8141 additions and 3578 deletions

View file

@ -172,15 +172,7 @@ 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, you can manually run the following to kick off a CI run: Without using a Personal Authentication Token, close and reopen the pull request manually to kick off CI.
```
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,15 +41,7 @@ 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, run: **To run GitHub Actions workflows on this PR, close and re-open this pull request.**
```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"
@ -118,7 +110,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@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.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 }}

10626
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.7.0", "eslint-import-resolver-typescript": "^3.9.1",
"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.4.2", "prettier": "^3.5.3",
"tsup": "^8.3.6", "tsup": "^8.4.0",
"typescript": "^5.7.3", "typescript": "^5.8.2",
"vitest": "^1.6.1" "vitest": "^1.6.1"
} }
} }

File diff suppressed because it is too large Load diff