-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0be597
commit e1e36f6
Showing
6 changed files
with
72 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
policies: | ||
- name: Local Updatecli Policies | ||
config: | ||
- updatecli/updatecli.d | ||
values: | ||
- updatecli/values.d/scm.yaml | ||
- name: Handle Updatecli Policy Updates | ||
policy: ghcr.io/updatecli/policies/autodiscovery/updatecli:0.8.0@sha256:99e9e61b501575c2c176c39f2275998d198b590a3f6b1fe829f7315f8d457e7f | ||
values: | ||
- updatecli/values.d/scm.yaml | ||
- name: Handle NPM | ||
policy: ghcr.io/updatecli/policies/autodiscovery/npm:0.11.0 | ||
values: | ||
- updatecli/values.d/scm.yaml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,44 @@ | ||
pipelineid: version | ||
name: Bump fslabscli version | ||
actions: | ||
default: | ||
title: Bump fslabscli version to {{ source "fslabscli" }} | ||
kind: github/pullrequest | ||
spec: | ||
automerge: true | ||
mergemethod: squash | ||
usetitleforautomerge: true | ||
labels: | ||
- dependencies | ||
- updatecli | ||
scmid: default | ||
default: | ||
title: Bump fslabscli version to {{ source "fslabscli" }} | ||
kind: github/pullrequest | ||
spec: | ||
automerge: true | ||
mergemethod: squash | ||
usetitleforautomerge: true | ||
labels: | ||
- dependencies | ||
- updatecli | ||
scmid: default | ||
scms: | ||
default: | ||
kind: github | ||
spec: | ||
branch: v1 | ||
email: [email protected] | ||
owner: ForesightMiningSoftwareCorporation | ||
repository: fslabsci-action | ||
token: '{{requiredEnv "UPDATECLI_GITHUB_TOKEN"}}' | ||
user: ForesightMiningSoftwareCorporation | ||
username: github-actions | ||
disabled: false | ||
default: | ||
kind: github | ||
spec: | ||
branch: "{{ .scm.branch }}" | ||
email: "{{ .scm.email }}" | ||
owner: "{{ .scm.owner }}" | ||
repository: "{{ .scm.repository }}" | ||
username: '{{ requiredEnv "GITHUB_ACTOR" }}' | ||
token: '{{ requiredEnv "GITHUB_TOKEN" }}' | ||
commitusingapi: true | ||
sources: | ||
fslabscli: | ||
name: Get latest fslabscli version | ||
kind: githubrelease | ||
spec: | ||
owner: ForesightMiningSoftwareCorporation | ||
repository: fslabscli | ||
token: '{{requiredEnv "UPDATECLI_GITHUB_TOKEN"}}' | ||
transformers: | ||
- trimprefix: "cargo-fslabscli-" | ||
fslabscli: | ||
name: Get latest fslabscli version | ||
kind: githubrelease | ||
spec: | ||
owner: ForesightMiningSoftwareCorporation | ||
repository: fslabscli | ||
token: '{{ requiredEnv "GITHUB_TOKEN" }}' | ||
transformers: | ||
- trimprefix: "cargo-fslabscli-" | ||
targets: | ||
action: | ||
name: Bump fslabscli version in action.yaml | ||
kind: yaml | ||
spec: | ||
file: action.yaml | ||
key: inputs.version.default | ||
scmid: default | ||
sourceid: fslabscli | ||
action: | ||
name: Bump fslabscli version in action.yaml | ||
kind: yaml | ||
spec: | ||
file: action.yaml | ||
key: $.inputs.version.default | ||
scmid: default | ||
sourceid: fslabscli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
scm: | ||
enabled: true | ||
user: fmsc-bot | ||
username: fmsc-bot | ||
email: [email protected] | ||
owner: ForesightMiningSoftwareCorporation | ||
repository: fslabscli-action | ||
branch: v1 |