Skip to content

Enable more test coverage for warning C4668 ('MEOW' is not defined as a preprocessor macro) #624

Enable more test coverage for warning C4668 ('MEOW' is not defined as a preprocessor macro)

Enable more test coverage for warning C4668 ('MEOW' is not defined as a preprocessor macro) #624

Workflow file for this run

# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Assign New PR
on:
pull_request_target:
types: [opened]
branch:
- main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
repository-projects: write
jobs:
initial-review:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
name: Initial Review
steps:
- name: Assign the New Pull Request
uses: srggrs/assign-one-project-github-action@1.3.1
with:
project: 'https://github.com/microsoft/STL/projects/1'
column_name: 'Initial Review'
work-in-progress:
if: github.event.pull_request.draft == true
runs-on: ubuntu-latest
name: Work In Progress
steps:
- name: Assign the New Pull Request
uses: srggrs/assign-one-project-github-action@1.3.1
with:
project: 'https://github.com/microsoft/STL/projects/1'
column_name: 'Work In Progress'