File tree Expand file tree Collapse file tree 10 files changed +35
-34
lines changed
src/templates/.github/workflows
bin-lib/.github/workflows
custom-project-name/.github/workflows
custom-project-repo-name/.github/workflows
custom-repo-name/.github/workflows
description/.github/workflows Expand file tree Collapse file tree 10 files changed +35
-34
lines changed Original file line number Diff line number Diff line change 54
54
# toolchain: ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ v0.3.0 (in development)
3
3
- Switch from nom to winnow
4
4
- ` release ` : Take name of repository's default branch into account when adding
5
5
changelog link to README
6
+ - ` test.yml ` template: Improve Dependabot exclusion condition
6
7
7
8
v0.2.0 (2023-11-22)
8
9
-------------------
Original file line number Diff line number Diff line change 54
54
toolchain: $\{\{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name: Activate cache
57
- if: github.actor != 'dependabot[bot]'
57
+ if: "!startsWith( github.head_ref, 'dependabot/')"
58
58
uses: Swatinem/rust-cache@v2
59
59
60
60
- name: Build crate
78
78
components: llvm-tools
79
79
80
80
- name: Activate cache
81
- if: github.actor != 'dependabot[bot]'
81
+ if: "!startsWith( github.head_ref, 'dependabot/')"
82
82
uses: Swatinem/rust-cache@v2
83
83
84
84
- name: Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components: clippy, rustfmt
109
109
110
110
- name: Activate cache
111
- if: github.actor != 'dependabot[bot]'
111
+ if: "!startsWith( github.head_ref, 'dependabot/')"
112
112
uses: Swatinem/rust-cache@v2
113
113
114
114
- name: Check code
@@ -129,7 +129,7 @@ jobs:
129
129
toolchain: nightly
130
130
131
131
- name: Activate cache
132
- if: github.actor != 'dependabot[bot]'
132
+ if: "!startsWith( github.head_ref, 'dependabot/')"
133
133
uses: Swatinem/rust-cache@v2
134
134
135
135
- name: Check docs
Original file line number Diff line number Diff line change 54
54
toolchain : ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
@@ -129,7 +129,7 @@ jobs:
129
129
toolchain : nightly
130
130
131
131
- name : Activate cache
132
- if : github.actor != 'dependabot[bot]'
132
+ if : " !startsWith( github.head_ref, 'dependabot/') "
133
133
uses : Swatinem/rust-cache@v2
134
134
135
135
- name : Check docs
Original file line number Diff line number Diff line change 54
54
toolchain : ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
Original file line number Diff line number Diff line change 54
54
toolchain : ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
@@ -129,7 +129,7 @@ jobs:
129
129
toolchain : nightly
130
130
131
131
- name : Activate cache
132
- if : github.actor != 'dependabot[bot]'
132
+ if : " !startsWith( github.head_ref, 'dependabot/') "
133
133
uses : Swatinem/rust-cache@v2
134
134
135
135
- name : Check docs
Original file line number Diff line number Diff line change 54
54
toolchain : ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
@@ -129,7 +129,7 @@ jobs:
129
129
toolchain : nightly
130
130
131
131
- name : Activate cache
132
- if : github.actor != 'dependabot[bot]'
132
+ if : " !startsWith( github.head_ref, 'dependabot/') "
133
133
uses : Swatinem/rust-cache@v2
134
134
135
135
- name : Check docs
Original file line number Diff line number Diff line change 54
54
toolchain : ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
@@ -129,7 +129,7 @@ jobs:
129
129
toolchain : nightly
130
130
131
131
- name : Activate cache
132
- if : github.actor != 'dependabot[bot]'
132
+ if : " !startsWith( github.head_ref, 'dependabot/') "
133
133
uses : Swatinem/rust-cache@v2
134
134
135
135
- name : Check docs
Original file line number Diff line number Diff line change 54
54
toolchain : ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
@@ -129,7 +129,7 @@ jobs:
129
129
toolchain : nightly
130
130
131
131
- name : Activate cache
132
- if : github.actor != 'dependabot[bot]'
132
+ if : " !startsWith( github.head_ref, 'dependabot/') "
133
133
uses : Swatinem/rust-cache@v2
134
134
135
135
- name : Check docs
Original file line number Diff line number Diff line change 54
54
toolchain : ${{ steps.minimal-version.outputs.msrv }}
55
55
56
56
- name : Activate cache
57
- if : github.actor != 'dependabot[bot]'
57
+ if : " !startsWith( github.head_ref, 'dependabot/') "
58
58
uses : Swatinem/rust-cache@v2
59
59
60
60
- name : Build crate
78
78
components : llvm-tools
79
79
80
80
- name : Activate cache
81
- if : github.actor != 'dependabot[bot]'
81
+ if : " !startsWith( github.head_ref, 'dependabot/') "
82
82
uses : Swatinem/rust-cache@v2
83
83
84
84
- name : Install cargo-llvm-cov
@@ -108,7 +108,7 @@ jobs:
108
108
components : clippy, rustfmt
109
109
110
110
- name : Activate cache
111
- if : github.actor != 'dependabot[bot]'
111
+ if : " !startsWith( github.head_ref, 'dependabot/') "
112
112
uses : Swatinem/rust-cache@v2
113
113
114
114
- name : Check code
@@ -129,7 +129,7 @@ jobs:
129
129
toolchain : nightly
130
130
131
131
- name : Activate cache
132
- if : github.actor != 'dependabot[bot]'
132
+ if : " !startsWith( github.head_ref, 'dependabot/') "
133
133
uses : Swatinem/rust-cache@v2
134
134
135
135
- name : Check docs
You can’t perform that action at this time.
0 commit comments