Skip to content

Bug 1843209 - Regenerate the third_party/python lockfile with Pytho… #19

Bug 1843209 - Regenerate the third_party/python lockfile with Pytho…

Bug 1843209 - Regenerate the third_party/python lockfile with Pytho… #19

Workflow file for this run

name

Check failure on line 1 in .github/workflows/close-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/close-pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
:
close
pull
request
on
:
pull_request_target
:
types
:
[
opened
reopened
]
jobs
:
run
:
runs
-
on
:
ubuntu
-
latest
steps
:
-
name
:
checkout
uses
:
actions
/
checkout
v4
with
:
sparse
-
checkout
:
"
README
.
txt
"
sparse
-
checkout
-
cone
-
mode
:
false
-
name
:
close
env
:
GH_TOKEN
:
{
{
github
.
token
}
}
PR
:
{
{
github
.
event
.
number
}
}
run
:
|
gh
pr
close
{
{
env
.
PR
}
}
-
-
comment
"
(
Automated
Close
)
Please
do
not
file
pull
requests
here
see
https
:
/
/
firefox
-
source
-
docs
.
mozilla
.
org
/
contributing
/
how_to_submit_a_patch
.
html
"
gh
pr
lock
{
{
env
.
PR
}
}