Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Bump libphonenumber-js from 1.10.26 to 1.10.49 #1085

Bump libphonenumber-js from 1.10.26 to 1.10.49

Bump libphonenumber-js from 1.10.26 to 1.10.49 #1085

on:
pull_request:
types: [opened, closed, reopened]
jobs:
create-comment-in-asana-task-job:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
name: Create a comment in Asana Task
steps:
- name: Create a comment
uses: Asana/comment-on-task-github-action@latest
id: createComment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
comment-text: "{{PR_NAME}} is {{PR_STATE}}: {{PR_URL}}"
- name: Get status
run: echo "Status is ${{ steps.createComment.outputs.status }}"