Skip to content

Commit 6a337da

Browse files
committed
🔥 Remove old workflows replace with stubs
1 parent 902a721 commit 6a337da

File tree

6 files changed

+7
-107
lines changed

6 files changed

+7
-107
lines changed

.github/workflows/1.0.0.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# to be implemented

.github/workflows/ci.yml

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1 @@
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

.github/workflows/deploy-version.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# To be implemented

.github/workflows/take.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
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
152
name: 📛 assign issue to contributor
163
on:
174
issue_comment:
@@ -22,8 +9,8 @@ jobs:
229
runs-on: ubuntu-latest
2310
steps:
2411
- name: take the issue
25-
uses: bdougie/take-action@main
26-
env:
27-
GITHUB_TOKEN: ${{ github.token }}
12+
uses: bdougie/[email protected]
2813
with:
2914
message: Thanks for taking this issue! Let us know if you have any questions!
15+
trigger: .take
16+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)