mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
project action > removing expression from if
This commit is contained in:
parent
e824f64ca5
commit
73e173b7d7
1 changed files with 6 additions and 6 deletions
12
.github/workflows/project_actions.yml
vendored
12
.github/workflows/project_actions.yml
vendored
|
|
@ -25,8 +25,8 @@ jobs:
|
||||||
name: pr_size_label
|
name: pr_size_label
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
${{(github.event_name == 'pull_request' && github.event.action == 'assigned')
|
(github.event_name == 'pull_request' && github.event.action == 'assigned') ||
|
||||||
|| (github.event_name == 'pull_request' && github.event.action == 'opened')}}
|
(github.event_name == 'pull_request' && github.event.action == 'opened')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Add size label
|
- name: Add size label
|
||||||
|
|
@ -49,8 +49,8 @@ jobs:
|
||||||
name: pr_branch_label
|
name: pr_branch_label
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
${{(github.event_name == 'pull_request' && github.event.action == 'assigned')
|
(github.event_name == 'pull_request' && github.event.action == 'assigned') ||
|
||||||
|| (github.event_name == 'pull_request' && github.event.action == 'opened')}}
|
(github.event_name == 'pull_request' && github.event.action == 'opened')
|
||||||
steps:
|
steps:
|
||||||
- name: Label PRs - Branch name detection
|
- name: Label PRs - Branch name detection
|
||||||
uses: ffittschen/pr-branch-labeler@v1
|
uses: ffittschen/pr-branch-labeler@v1
|
||||||
|
|
@ -61,8 +61,8 @@ jobs:
|
||||||
name: pr_globe_label
|
name: pr_globe_label
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
${{(github.event_name == 'pull_request' && github.event.action == 'assigned')
|
(github.event_name == 'pull_request' && github.event.action == 'assigned') ||
|
||||||
|| (github.event_name == 'pull_request' && github.event.action == 'opened')}}
|
(github.event_name == 'pull_request' && github.event.action == 'opened')
|
||||||
steps:
|
steps:
|
||||||
- name: Label PRs - Globe detection
|
- name: Label PRs - Globe detection
|
||||||
uses: actions/labeler@v4.0.3
|
uses: actions/labeler@v4.0.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue