Skip to content

Commit 25b3cbc

Browse files
git-auto-commit-action
1 parent 1874991 commit 25b3cbc

Some content is hidden

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

69 files changed

+316
-91955
lines changed

.codacy.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 85 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/dependabot.yml

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
8-
versioning-strategy: widen
9-
labels:
10-
- "merge when passing"
11-
- package-ecosystem: github-actions
12-
directory: "/"
13-
schedule:
14-
interval: daily
15-
open-pull-requests-limit: 10
16-
labels:
17-
- "merge when passing"
18-
- package-ecosystem: gitsubmodule
19-
directory: /
20-
schedule:
21-
interval: daily
22-
open-pull-requests-limit: 10
23-
labels:
24-
- "merge when passing"
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
8+
- package-ecosystem: docker
9+
directory: /
10+
schedule:
11+
interval: daily

.github/workflows/actions_release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ on:
66
tag:
77
description: "Tag for the release"
88
required: true
9-
script:
10-
description: "Script to run for the release"
11-
required: false
12-
default: "yarn build"
13-
9+
1410
permissions:
1511
contents: read
1612

@@ -20,7 +16,7 @@ jobs:
2016
actions: read
2117
id-token: write
2218
contents: write
19+
2320
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
2421
with:
2522
tag: "${{ github.event.inputs.tag }}"
26-
script: "${{ github.event.inputs.script }}"
Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,28 @@
1-
name: Yarn Audit Fix Run
1+
name: NPM Audit Fix Run
22

33
on:
44
workflow_dispatch:
55
inputs:
6+
force:
7+
description: "Use --force flag for npm audit fix?"
8+
required: true
9+
type: boolean
610
base_branch:
711
description: "Specify a base branch"
812
required: false
913
default: "main"
10-
package_manager:
11-
description: "Specify package manager (npm or yarn)"
12-
required: false
13-
default: "yarn"
14-
script:
15-
description: "Specify a script to run after audit fix"
16-
required: false
17-
default: "yarn build"
18-
1914
schedule:
2015
- cron: "0 0 * * 1"
2116

2217
jobs:
2318
audit-fix:
2419
uses: step-security/reusable-workflows/.github/workflows/audit_fix.yml@v1
2520
with:
21+
force: ${{ inputs.force || false }}
2622
base_branch: ${{ inputs.base_branch || 'main' }}
27-
package_manager: "yarn"
28-
script: ${{ inputs.script || 'yarn build' }}
2923

3024
permissions:
3125
contents: write
3226
pull-requests: write
3327
packages: read
34-
issues: write
28+
issues: write
Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Auto Cherry-Pick from Upstream
32

43
on:
@@ -8,14 +7,6 @@ on:
87
description: "Base branch to create the PR against"
98
required: true
109
default: "main"
11-
package_manager:
12-
description: "Specify package manager (npm or yarn)"
13-
required: false
14-
default: "yarn"
15-
script:
16-
description: "Specify a script to run after audit fix"
17-
required: false
18-
default: "yarn run all"
1910

2011
permissions:
2112
contents: write
@@ -24,11 +15,9 @@ permissions:
2415
issues: write
2516

2617
jobs:
27-
audit-fix:
28-
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Reusable-Workflow-Issues
18+
cherry-pick:
19+
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
2920
with:
30-
original-owner: "tj-actions"
31-
repo-name: "changed-files"
21+
original-owner: "reviewdog"
22+
repo-name: "action-markdownlint"
3223
base_branch: ${{ inputs.base_branch }}
33-
package_manager: "yarn"
34-
script: ${{ inputs.script || 'yarn run all' }}

.github/workflows/codacy-analysis.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)