Skip to content

What are the possibilities to alter the status of an item in item master or status of a purchase order dynamically through XtendM3? #6

What are the possibilities to alter the status of an item in item master or status of a purchase order dynamically through XtendM3?

What are the possibilities to alter the status of an item in item master or status of a purchase order dynamically through XtendM3? #6

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }}, thank you for submitting an issue! Please include the steps to reproduce if you have not already.'
pr-message: 'Hello @${{ github.actor }}, thank you for submitting a pull request. Please make sure you have followed the guidelines and your build is passing.'