Skip to content

Error Case.Product__c Cannot update a field to a Lookup, MasterDetail, or Hierarchy from something else #39

Error Case.Product__c Cannot update a field to a Lookup, MasterDetail, or Hierarchy from something else

Error Case.Product__c Cannot update a field to a Lookup, MasterDetail, or Hierarchy from something else #39

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: trailheadapps-Ubuntu
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ vars.DEFAULT_ISSUE_ASSIGNEE }}