Skip to content

Stop claiming that dbt 1.8 is the latest version now that 1.9 has entered General Availability #1742

Stop claiming that dbt 1.8 is the latest version now that 1.9 has entered General Availability

Stop claiming that dbt 1.8 is the latest version now that 1.9 has entered General Availability #1742

name: Show PR Status in Asana
on:
pull_request:
types: [opened, reopened]
jobs:
create-asana-attachment-job:
runs-on: ubuntu-latest
name: Create pull request attachments on Asana tasks
steps:
- name: Create pull request attachments
uses: Asana/create-app-attachment-github-action@latest
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"