File tree Expand file tree Collapse file tree 6 files changed +7
-107
lines changed Expand file tree Collapse file tree 6 files changed +7
-107
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # to be implemented
Original file line number Diff line number Diff line change 1
- # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
- name : ✅ CI
16
-
17
- on :
18
- workflow_dispatch :
19
- pull_request :
20
- push :
21
- branches :
22
- - main
23
- schedule :
24
- - cron : " 0 12 * * 0"
25
-
26
- jobs :
27
- library_checks :
28
- uses :
libhal/ci/.github/workflows/[email protected]
29
- secrets : inherit
30
-
31
- deploy_cortex-m4f_check :
32
- uses :
libhal/ci/.github/workflows/[email protected]
33
- with :
34
- arch : cortex-m4f
35
- os : baremetal
36
- compiler : gcc
37
- compiler_version : 12.3
38
- compiler_package : arm-gnu-toolchain
39
- secrets : inherit
40
-
41
- demo_check :
42
- uses :
libhal/ci/.github/workflows/[email protected]
43
- with :
44
- compiler_profile_url : https://github.com/libhal/arm-gnu-toolchain.git
45
- compiler_profile : v1/arm-gcc-12.3
46
- # platform_profile_url: https://github.com/libhal/libhal-<insert repo name>.git
47
- # platform_profile: profile1
48
- secrets : inherit
1
+ # To be added
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # To be implemented
Original file line number Diff line number Diff line change 1
- # Copyright 2024 - 2025 Khalil Estell and the libhal contributors
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
1
+ # .github/workflows/take.yml
15
2
name : 📛 assign issue to contributor
16
3
on :
17
4
issue_comment :
22
9
runs-on : ubuntu-latest
23
10
steps :
24
11
- name : take the issue
25
- uses : bdougie/take-action@main
26
- env :
27
- GITHUB_TOKEN : ${{ github.token }}
12
+
28
13
with :
29
14
message : Thanks for taking this issue! Let us know if you have any questions!
15
+ trigger : .take
16
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments