Skip to content

Commit

Permalink
Refactor to remove needless code about v15 branch (#6621)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Feb 6, 2023
1 parent 6db4908 commit aa0e5db
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ updates:
labels:
- 'pr: dependencies'
versioning-strategy: increase
target-branch: v15 # TODO: We should remove this line after shipping v15.

- package-ecosystem: github-actions
directory: '/'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- '!dependabot/**'
- v15 # TODO: We can remove this line after shipping v15.
pull_request:
# The branches below must be a subset of the branches above
branches:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/releasing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- v15 # TODO: We can remove this line after shipping v15.

permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- v15 # TODO: We can remove this line after shipping v15.
pull_request:
branches:
- '**'
Expand Down

0 comments on commit aa0e5db

Please sign in to comment.