Skip to content

Commit

Permalink
ci: New org for backport action (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored May 13, 2024
1 parent d91dda3 commit b8642b2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
types:
- labeled
- closed
defaults:
run:
shell: bash
jobs:
backport:
name: Backport PR
Expand All @@ -19,7 +22,7 @@ jobs:
)
steps:
- name: Backport Action
uses: sqren/backport-github-action@db3bc05f94a7298d25bb14d52441a36e5b5f0327 # v9.3.1
uses: sorenlouv/backport-github-action@ad888e978060bc1b2798690dd9d03c4036560947 # v9.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: backport-to-
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ name: codeql
on:
schedule:
- cron: '32 21 * * 2'
env:
TASK_X_ANY_VARIABLES: 1
defaults:
run:
shell: bash
jobs:
analyze:
name: Analyze
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conventional-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types:
- opened
- edited
defaults:
run:
shell: bash
jobs:
label:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conventional-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types:
- opened
- edited
defaults:
run:
shell: bash
jobs:
check:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-please-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
contents: write
pull-requests: write
actions: write
defaults:
run:
shell: bash
jobs:
release-please:
runs-on: ubuntu-22.04
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ permissions:
defaults:
run:
shell: bash
env:
TASK_X_ANY_VARIABLES: 1
jobs:
release-tag:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stacked-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
defaults:
run:
shell: bash
jobs:
check:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b8642b2

Please sign in to comment.