Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: ...

jobs:
<action name>:
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions: ... # see individual examples below
with: ...
```
Expand Down Expand Up @@ -42,7 +42,7 @@ on:

jobs:
dependabot:
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions: {}
with:
# optional: ⚠️ only enable the force merge if you want to do the merge just now
Expand Down Expand Up @@ -78,7 +78,7 @@ on:

jobs:
autodev:
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ on:

jobs:
changeset-check:
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
pull-requests: write
Expand All @@ -149,7 +149,7 @@ on:

jobs:
changeset-release:
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
with:
Expand Down Expand Up @@ -189,7 +189,7 @@ on:

jobs:
flaky-tests:
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions: {}
with:
# identifier for the slack channel
Expand Down Expand Up @@ -224,7 +224,7 @@ on: [push]

jobs:
gitops:
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
with:
Expand Down Expand Up @@ -313,7 +313,7 @@ on:

jobs:
jira_annotate:
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
with:
Expand Down Expand Up @@ -348,7 +348,7 @@ on:

jobs:
ld_code_references:
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
with:
Expand All @@ -375,7 +375,7 @@ on:

jobs:
block:
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
pull-requests: write
with:
Expand Down Expand Up @@ -405,7 +405,7 @@ on:

jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: write
pull-requests: read
Expand Down Expand Up @@ -453,7 +453,7 @@ on:

jobs:
new_version:
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
with:
Expand Down Expand Up @@ -490,7 +490,7 @@ on: [pull_request]

jobs:
trufflehog:
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
```
Expand All @@ -511,7 +511,7 @@ on:

jobs:
stale:
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: write
pull-requests: write
Expand Down Expand Up @@ -552,7 +552,7 @@ on:

jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
secrets:
Expand Down Expand Up @@ -583,7 +583,7 @@ on:

jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
with:
Expand Down Expand Up @@ -615,7 +615,7 @@ on: [pull_request]

jobs:
terraform:
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
pull-requests: write
Expand Down Expand Up @@ -651,7 +651,7 @@ on:

jobs:
yamllint:
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@64183f3ba38071274922025636282559d64ce946 # v11.1.1
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
permissions:
contents: read
checks: write
Expand Down