Skip to content

Commit 2dfcdff

Browse files
committed
chores: proper pr title
1 parent a9582bb commit 2dfcdff

File tree

2 files changed

+2
-115
lines changed

2 files changed

+2
-115
lines changed

.github/workflows/auto-pr-on-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto PR
1+
name: Auto Guideline PR
22

33
on:
44
issues:
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
commit-message: "Add guideline for issue #${{ github.event.issue.number }}"
4343
branch: guideline-${{ github.event.issue.number }}
44-
title: "Add guideline from issue #${{ github.event.issue.number }}"
44+
title: "[auto-pr] #${{ github.event.issue.number }}: ${{ github.event.issue.title }}"
4545
body: |
4646
This PR was automatically generated from issue #${{ github.event.issue.number }}.
4747
Closes #${{ github.event.issue.number }}.

src/coding-guidelines/concurrency.rst

Lines changed: 0 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -5,116 +5,3 @@
55

66
Concurrency
77
===========
8-
.. guideline:: test ga
9-
:id: gui_tWWeutonoP4C
10-
:category: advisory
11-
:status: draft
12-
:release: 1.1.1
13-
:fls: fls_4vjbkm4ceymk
14-
:decidability: decidable
15-
:scope: crate
16-
:tags: reduce-human-error
17-
18-
hehehehe
19-
20-
.. rationale::
21-
:id: rat_HPCljXjoIyli
22-
:status: draft
23-
24-
test ga
25-
26-
.. non_compliant_example::
27-
:id: non_compl_ex_uwx76Gn9AOwh
28-
:status: draft
29-
30-
test ga
31-
32-
.. code-block:: rust
33-
34-
test ga
35-
36-
.. compliant_example::
37-
:id: compl_ex_JgBUmaNaaOIJ
38-
:status: draft
39-
40-
test ga
41-
42-
.. code-block:: rust
43-
44-
test ga
45-
.. guideline:: test ga
46-
:id: gui_amBpUTlR2nNJ
47-
:category: advisory
48-
:status: draft
49-
:release: 1.1.1
50-
:fls: fls_fsdjkfslkdfj
51-
:decidability: decidable
52-
:scope: crate
53-
:tags: test,gatest,ga
54-
55-
hehehehe
56-
57-
.. rationale::
58-
:id: rat_n99RxbculIiS
59-
:status: draft
60-
61-
test ga
62-
63-
.. non_compliant_example::
64-
:id: non_compl_ex_D4fbbnyDNDyx
65-
:status: draft
66-
67-
test ga
68-
69-
.. code-block:: rust
70-
71-
test ga
72-
73-
.. compliant_example::
74-
:id: compl_ex_fW99UVCxBWau
75-
:status: draft
76-
77-
test ga
78-
79-
.. code-block:: rust
80-
81-
test ga
82-
83-
.. guideline:: test ga
84-
:id: gui_SiKxJC71h1FF
85-
:category: advisory
86-
:status: draft
87-
:release: 1.1.1
88-
:fls: fls_fsdjkfslkdfj
89-
:decidability: decidable
90-
:scope: crate
91-
:tags: test,gatest,ga
92-
93-
hehehehe
94-
95-
.. rationale::
96-
:id: rat_f3MX2pK3KtSM
97-
:status: draft
98-
99-
test ga
100-
101-
.. non_compliant_example::
102-
:id: non_compl_ex_1LBJwFJCQbfN
103-
:status: draft
104-
105-
test ga
106-
107-
.. code-block:: rust
108-
109-
test ga
110-
111-
.. compliant_example::
112-
:id: compl_ex_EVmR76bHowPe
113-
:status: draft
114-
115-
test ga
116-
117-
.. code-block:: rust
118-
119-
test ga
120-

0 commit comments

Comments
 (0)