Skip to content

build(deps): bump ws from 5.2.3 to 5.2.4 in /pkgs/tools/admin/meshcentral #58

build(deps): bump ws from 5.2.3 to 5.2.4 in /pkgs/tools/admin/meshcentral

build(deps): bump ws from 5.2.3 to 5.2.4 in /pkgs/tools/admin/meshcentral #58

Workflow file for this run

name: "set pending status"
on:
pull_request_target:
jobs:
action:
runs-on: ubuntu-latest
steps:
- name: set pending status
if: github.repository_owner == 'NixOS'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $GITHUB_TOKEN" \
-d '{"state": "pending", "target_url": " ", "description": "This pending status will be cleared when ofborg starts eval.", "context": "Wait for ofborg"}' \
"https://api.github.com/repos/NixOS/nixpkgs/statuses/${{ github.event.pull_request.head.sha }}"