Skip to content

Updating New DXC Technology Logos on the DxcApplicationLayout Componant #75

Updating New DXC Technology Logos on the DxcApplicationLayout Componant

Updating New DXC Technology Logos on the DxcApplicationLayout Componant #75

Workflow file for this run

name: Inform new issue
on:
issues:
types:
- opened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node.js 22.x
uses: actions/setup-node@v1
with:
node-version: 22.x
registry-url: https://registry.npmjs.org/
- name: Install scripts dependencies
run: cd scripts && npm install
- name: Run Autorespond Script
run: node scripts/new_issue-message.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}