Skip to content

Commit

Permalink
add a label to the resulting PR
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Jan 7, 2025
1 parent 9971313 commit d35c066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/refresh-connector-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ jobs:
title: `Update Connector Schema (${formattedDate})`,
body: 'Connector Schema has changed. Please review.',
head: BRANCH_NAME,
base: 'main'
base: 'main',
labels: ['Documentation']
});
core.setOutput('PR_NUMBER', pr.data.number);
Expand Down

0 comments on commit d35c066

Please sign in to comment.