-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sven Trieflinger <[email protected]>
- Loading branch information
Showing
13 changed files
with
109 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# Copyright (c) 2023 - for information on the respective copyright owner | ||
# see the NOTICE file and/or the repository https://github.com/carbynestack/klyshko. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
name: 'Auto Labeler' | ||
|
||
on: | ||
|
||
# Allow workflow to be triggered manually | ||
workflow_dispatch: | ||
|
||
issues: | ||
types: | ||
- reopened | ||
- opened | ||
|
||
jobs: | ||
|
||
# re-usable workflow @see https://docs.github.com/en/actions/using-workflows/reusing-workflows | ||
auto-labeling: | ||
uses: carbynestack/.github/.github/workflows/auto-labeler.yml@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# Copyright (c) 2023 - for information on the respective copyright owner | ||
# see the NOTICE file and/or the repository https://github.com/carbynestack/klyshko. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
name: 'Stale Issue Cleanup' | ||
|
||
on: | ||
|
||
# Allow workflow to be triggered manually | ||
workflow_dispatch: | ||
|
||
# Trigger at 1:00 AM each day | ||
schedule: | ||
- cron: '0 1 * * *' | ||
|
||
jobs: | ||
|
||
# re-usable workflow @see https://docs.github.com/en/actions/using-workflows/reusing-workflows | ||
stale-issue-cleanup: | ||
uses: carbynestack/.github/.github/workflows/stale-actions.yml@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters