Skip to content

Commit

Permalink
refactor(ic-management-backend): migrating from using gitlab for node…
Browse files Browse the repository at this point in the history
… labels to using github (#384)

* migrating from using gitlab for node labels to using github

* Github Action: Bazel Repin

* feat(dre): Better listing proposals (#382)

* first iteration

* implementing first working solution

* less queries for filtering

* implemented v1

* better proposal filterin

* removing obsolete comment

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
NikolaMilosa and github-actions[bot] committed May 17, 2024
1 parent 480bf81 commit dee7f89
Show file tree
Hide file tree
Showing 16 changed files with 1,355 additions and 1,286 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
paths-ignore:
- "release-index.yaml"
- "replica-releases/**"
- "factsdb/**"
- "node-labels/**"
pull_request:
paths-ignore:
- "release-index.yaml"
- "replica-releases/**"
- "factsdb/**"
- "node-labels/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
files: |
release-index.yaml
replica-releases/**
factsdb/**
node-labels/**
- name: Mark bazel as success # because it should not run if only release files changed
uses: Sibz/github-status-action@v1
Expand Down
Loading

0 comments on commit dee7f89

Please sign in to comment.