Skip to content

chore(deps): update konflux references #1

chore(deps): update konflux references

chore(deps): update konflux references #1

Workflow file for this run

name: Add /ok-to-test comment
# on pull requests from trusted authors.
on:
pull_request:
# todo only opened and reopened
jobs:
comment-on-pr:
runs-on: ubuntu-latest
#if: ${{ github.actor }}
steps:
- name: Blah
env:
GH_TOKEN: "${{ secrets.RHACS_BOT_GITHUB_TOKEN }}"
run: |
#gh pr comment "${{ github.event.pull_request.html_url }}" --body "/ok-to-test"
echo "${{ github.actor }}"
echo "${{ github.actor_id }}"