leave-request - Unable to import solution - Solution "Leave Request Template - Dataverse" failed to import: SecLib::CheckPrivilege failed. User: 08036b99-7f03-ef11-9f89-6045bd40bd67, PrivilegeName: prvCreateEntity, PrivilegeId: 341e3ebf-74b8-4335-84f3-7f617bb7d081, Required Depth: Basic, BusinessUnitId: 16e57910-89ee-ec11-bb3e-002248156477, MetadataCache Privileges Count: 5798, User Privileges Count: 1454 #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Check for incomplete submissions' | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
jobs: | |
reaction: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v2 | |
with: | |
github-token: ${{ github.token }} | |
process-only: 'issues' |