Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T will gillis check version updates 4831 #24

Open
wants to merge 13 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Design System Audit: Text Elements'
about: 'setups up and instructs how to do an audit of the text elements of a page
in Figma '
title: 'Design System Audit: Text Elements: [replace with page name] page'
labels: 'Feature Missing, good first issue, role: design, size: 0.25pt'
labels: ['Feature Missing', 'good first issue', 'role: design', 'size: 0.25pt', 'Complexity: Missing']
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
Add-Pull-Request-Instructions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Create the message to post
- name: Create Instruction
uses: actions/github-script@v4
uses: actions/github-script@v6
id: instruction
with:
script: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wr-set-pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
ARTIFACT_NAME: 'pr-labels'
SCRIPT_PATH: './github-actions/trigger-pr/set-pr-labels.js'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: download-artifact
name: 'Download artifact'
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const { downloadLabelsArtifact } = require('${{ env.SCRIPT_PATH }}');
Expand All @@ -37,7 +37,7 @@ jobs:
run: unzip '${{ env.ARTIFACT_NAME }}.zip'
- id: set-pr-labels
name: 'Set labels on the pull request'
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const { setLabelsOnPR } = require('${{ env.SCRIPT_PATH }}');
Expand Down
Loading