Skip to content

Run the Business Process in Build Your First Business Process with SAP Build Process Automation #131

Run the Business Process in Build Your First Business Process with SAP Build Process Automation

Run the Business Process in Build Your First Business Process with SAP Build Process Automation #131

Workflow file for this run

name: Task Issue Labeler
on:
issues:
types:
- opened
jobs:
Label-New-Issues:
runs-on: ubuntu-latest
steps:
- name: SAP task issue labeler
uses: sap-tutorials/tutorial-actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }}