-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue when serializing bizkaia header mode (#226)
* Fixed an issue serialzing bizkaia header mode * Fixed GH actions --------- Co-authored-by: abdallahbeshi <[email protected]>
- Loading branch information
1 parent
76e3780
commit 67f721a
Showing
5 changed files
with
36 additions
and
24 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Assign tech.be project | ||
name: pr-automation | ||
on: | ||
pull_request: | ||
types: [opened] | ||
|
@@ -9,8 +9,9 @@ jobs: | |
assign-be-project: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Assign tech.be project | ||
uses: srggrs/[email protected] | ||
- name: Assign to project | ||
uses: srggrs/[email protected] | ||
if: github.event.action == 'opened' | ||
with: | ||
project: 'https://github.com/orgs/MewsSystems/projects/3' | ||
column_name: 'Review level 1' | ||
column_name: 'Review' |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Assign tech.qa.review project | ||
name: pr-automation-qa-assign | ||
on: | ||
pull_request: | ||
types: [opened] | ||
|
@@ -9,8 +9,9 @@ jobs: | |
assign-qa-project: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Assign tech.qa.review project | ||
uses: srggrs/[email protected] | ||
- name: Assign QA project | ||
uses: srggrs/[email protected] | ||
if: github.event.action == 'opened' | ||
with: | ||
project: 'https://github.com/orgs/MewsSystems/projects/5' | ||
column_name: 'Waiting' |
4 changes: 2 additions & 2 deletions
4
.github/workflows/pr-automation-tech-review-qa-move-on-close.yml
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: Move to ready to test in tech.review.qa board | ||
name: pr-automation-qa-move-on-close | ||
on: | ||
pull_request: | ||
types: [closed] | ||
jobs: | ||
move-to-ready-to-test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Move to ready to test in tech.review.qa board | ||
- name: Move to ready to test | ||
uses: alex-page/[email protected] | ||
with: | ||
project: tech.review.qa | ||
|
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