-
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.
🎨 Bump AutoDev and fix required jira (#51)
* 🐛 fix required step for jira * ⬆️ bump autodev * 📝 update documentation optionals
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Autodev | ||
uses: staffbase/[email protected].0 | ||
uses: staffbase/[email protected].1 | ||
with: | ||
base: ${{ inputs.base }} | ||
branch: ${{ inputs.branch }} | ||
|
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 |
---|---|---|
|
@@ -93,11 +93,11 @@ jobs: | |
gitops-prod: |- | ||
your files | ||
secrets: | ||
# token to access the repository | ||
# optional: token to access the repository | ||
gitops-token: ${{ <your-gitops-token> }} | ||
# username for the docker registry | ||
# optional: username for the docker registry | ||
docker-username: ${{ <your-docker-username> }} | ||
# password for the docker registry | ||
# optional: password for the docker registry | ||
docker-password: ${{ <your-docker-password> }} | ||
# optional: token to pull private npm packages | ||
npm-token: ${{ <your-npm-token> }} | ||
|
@@ -122,7 +122,7 @@ jobs: | |
jira_annotate: | ||
uses: Staffbase/gha-workflows/.github/workflows/[email protected] | ||
with: | ||
# name of the service to add as label, default: name of the repository | ||
# optional: name of the service to add as label, default: name of the repository | ||
name: 'component name' | ||
# optional: regex to match the tags | ||
tag-matcher: your regex | ||
|