Skip to content

[Release/1.47] Updating signing tasks to use .NET 6 (#25021) #746

[Release/1.47] Updating signing tasks to use .NET 6 (#25021)

[Release/1.47] Updating signing tasks to use .NET 6 (#25021) #746

Workflow file for this run

name: On PR Open
on:
pull_request:
branches:
- release/**
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: 'microsoft/azuredatastudio'
ref: main
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions/build/actions
- name: Run Port Labeler
uses: ./actions/build/actions/auto-labeler
with:
label: "Port Request"