Skip to content

Update cross-aarch64 builder to Ubuntu 24.04 #799

Update cross-aarch64 builder to Ubuntu 24.04

Update cross-aarch64 builder to Ubuntu 24.04 #799

name: Release Notes Reminder
on:
pull_request_target:
types:
- labeled
jobs:
release-note-reminder:
runs-on: ubuntu-latest
name: Prompt to add release notes
steps:
- name: Prompt to add release notes
uses: docker://ghcr.io/ponylang/release-notes-reminder-bot-action:0.1.1
env:
API_CREDENTIALS: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}