Skip to content

Commit

Permalink
bump actions to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed May 11, 2022
1 parent b1405db commit cd16cd2
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 29 deletions.
2 changes: 1 addition & 1 deletion author-verified/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
description: Label added by issue fixer to signal that the author can verify the issue
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion blob-storage-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: Azure blob storage connection string
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion build-chat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ inputs:
description: 'Which channel to send log messages to. Defaults to none.'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier-deep/apply/apply-labels/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
appInsightsKey:
description: Key for Azure App Insights to monitor application health
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier-deep/apply/fetch-sources/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ inputs:
appInsightsKey:
description: Key for Azure App Insights to monitor application health
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier-deep/monitor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ inputs:
appInsightsKey:
description: Key for Azure App Insights to monitor application health
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier-deep/train/fetch-issues/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
description: Access string for blob storage account
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier/apply/apply-labels/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
description: "Pipe (|) separated list of labels such that the bot should act even if those labels are already present (use for bot-applied labels/etc.)"
default: ''
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier/apply/fetch-issues/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
description: Access string for blob storage account
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier/train/fetch-issues/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
assignees:
description: Pipe-seperated list of assignees to classify
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion classifier/train/upload-models/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
description: Access string for blob storage account
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
7 changes: 2 additions & 5 deletions code-review-chat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ inputs:
slack_token:
description: Slack token.
required: true
storage_connection_string:
description: Storage connection string.
required: false
notification_channel:
description: 'Which channel to send notifications to. Defaults to none.'
required: false
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion commands/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: Name of .json file (no extension) in .github/ directory of repo holding configuration for this action
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion copycat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
description: name of the destination repo (the vscode part of microsoft/vscode)
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion english-please/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ inputs:
description: API key for the text translator cognitive service to use when detecting issue language and responding to the issue author in their language
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion feature-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ inputs:
description: Delay between adding a feature request label and assigning the issue to candidate milestone
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion latest-release-monitor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: Azure blob storage connection string
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion locker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
labelUntil:
description: items with this will not automatically locked, even if they have the ignoreLabelUntil label
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion needs-more-info-closer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ inputs:
pingComment:
description: Comment to add when pinging assignee. ${assignee} and ${author} are replaced.
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion new-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
description: description of label to apply
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion regex-labeler/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
label:
description: Label to apply to isses that don't fit the criteria
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion release-pipeline/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
description: Label for issues that have been released to Insiders
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion tag-alert/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: Name of the tag to alert on
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion test-plan-item-validator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
description: Comment to post to invalid test plan items
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion topic-subscribe/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: Name of .json file (no extension) in .github/ directory of repo holding configuration for this action
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'

0 comments on commit cd16cd2

Please sign in to comment.