Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI - Reusable workflows #392

Merged
merged 9 commits into from
Feb 24, 2023
Next Next commit
CI - Automatic rebase
  • Loading branch information
PrimozGodec committed Feb 8, 2023
commit c171a35a620f98026f020c67cf7bf894052dd643
8 changes: 8 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Automatic Rebase
on:
issue_comment:
types: [created]
jobs:
rebase:
uses: biolab/orange-ci-cd/.github/workflows/rebase-addons.yml@master
secrets: inherit