Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 12, 2024
1 parent 92209d1 commit b7c3f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
const prDayThreshold = ${{ env.PR_DAY_THRESHOLD }};
const draftPrDayThreshold = ${{ env.DRAFT_PR_DAY_THRESHOLD }};
const seatedPrs = ${{ needs.resolve-seated-prs.outputs.seated_prs }}
const mappings = ${{ fromJSON(needs.slack-channel-resolver.outputs.mappings_json) }};
const mappings = ${{ needs.slack-channel-resolver.outputs.mappings_json }};
const foundMapping = mappings.find(mapping => mapping.slack_id === member)
if (!found) {
Expand Down

0 comments on commit b7c3f40

Please sign in to comment.