Skip to content

Add macros for global beginning and end of all times dates #47

Add macros for global beginning and end of all times dates

Add macros for global beginning and end of all times dates #47

Workflow file for this run

name: "Checking Labels"
permissions:
issues: write
on:
pull_request:
types: [opened, synchronize]
branches:
- main
concurrency:
group: trigger-group
cancel-in-progress: false
jobs:
checking-labels:
runs-on: ubuntu-latest
steps:
- name:
id: checking-labels
env:
LABEL: ${{ contains(github.event.pull_request.labels.*.name, 'testing') }}
PRID: ${{ github.event.number }}
run: |
mkdir -p ./label
echo $LABEL > ./label/label
echo $LABEL
mkdir -p ./prid
echo $PRID > ./prid/prid
echo $PRID
- uses: actions/upload-artifact@v4
with:
name: label
path: label/
- uses: actions/upload-artifact@v4
with:
name: prid
path: prid/