Skip to content

Commit

Permalink
#152 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 11, 2024
1 parent c848ca4 commit 3dd724c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ this action adds the issue to the "Garage" board as "Backlog".

When a Dependabot Pull Request (PR) is made against the `main` branch,
this action determines if it should be automatically approved and merged into the `main` branch.
The PR remains on the "Garage" project board as "In Progress" for notification.
Once this action occurs [move-pr-to-done-dependabot.yaml] moves the PR on the "Garage" project board to "Done".

- [Dependabot Approve and Merge GitHub action]
- uses [senzing-factory/build-resources/.../dependabot-approve-and-merge.yaml]
Expand Down Expand Up @@ -58,6 +58,7 @@ When a change is committed to GitHub or a Pull Request is made against the `main
this action runs [golangci-lint] to run multiple linters against the code.

- [Golangci Lint GitHub action]
- [golang-lint configuration]
- uses:
- [actions/checkout]
- [senzing-factory/github-action-install-senzing-api]
Expand Down Expand Up @@ -120,6 +121,7 @@ When a change is committed to GitHub or a Pull Request is made against the `main
this action runs [super-linter] to run multiple linters against the code.

- [Lint Workflows GitHub action]
- [super-linter configuration]
- uses [senzing-factory/build-resources/.../lint-workflows.yaml]

## make-go-github-file.yaml
Expand Down Expand Up @@ -167,6 +169,7 @@ this action moves the PR on the "Garage" project board to "Done".
[Go Test Linux GitHub action]: go-test-linux.yaml
[Go Test Windows GitHub action]: go-test-windows.yaml
[Go]: https://go.dev/
[golang-lint configuration]: ../../.github/.golangci.yaml
[Golangci Lint GitHub action]: golangci-lint.yaml
[golangci-lint]: https://github.com/golangci/golangci-lint
[golangci/golangci-lint-action]: https://github.com/golangci/golangci-lint-action
Expand All @@ -175,6 +178,7 @@ this action moves the PR on the "Garage" project board to "Done".
[Make Go GitHub File GitHub action]: make-go-github-file.yaml
[Make Go Tag GitHub action]: make-go-tag.yaml
[Move PR to Done Dependabot GitHub action]: move-pr-to-done-dependabot.yaml
[move-pr-to-done-dependabot.yaml]: move-pr-to-done-dependabotyaml
[Semantic Version]: https://semver.org/
[senzing-factory/build-resources/.../add-labels-to-issue.yaml]: https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/add-labels-to-issue.yaml
[senzing-factory/build-resources/.../add-to-project-dependabot.yaml]: https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/add-to-project-dependabot.yaml
Expand All @@ -187,4 +191,5 @@ this action moves the PR on the "Garage" project board to "Done".
[senzing-factory/github-action-docker-buildx-build]: https://github.com/senzing-factory/github-action-docker-buildx-build
[senzing-factory/github-action-install-senzing-api]: https://github.com/senzing-factory/github-action-install-senzing-api
[senzing-factory/github-action-make-go-tag]: https://github.com/senzing-factory/github-action-make-go-tag
[super-linter]: https://github.com/super-linter/super-linter
[super-linter configuration] ../../.github/linters/.yaml-lint.yml
[super-linter]: <https://github.com/super-linter/super-linter>

0 comments on commit 3dd724c

Please sign in to comment.